#48133D

Color #48133D Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #48133D

Tints of Blackberry #48133D

Color information

#48133D (or 0x48133D) is unknown color: approx Blackberry. HEX triplet: 48, 13 and 3D. RGB value is (72,19,61). Sum of RGB (Red+Green+Blue) = 72+19+61=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48133D is #B7ECC2. Grayscale: #272727. Windows color (decimal): -12053699 or 4002632. OLE color: 4002632.

HSL color Cylindrical-coordinate representation of color #48133D: hue angle of 312.45º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48133D is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB721961-
CMYK00.740.150.72
HSL312.45º58.24%17.84%-
HSV(B)312.45º73.61%28.24%-
XYZ3.752.184.64-
YUV39.64140.06151.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 47.37%
GREEN value IS 19 (7.81% from 255) = 12.5%
BLUE value IS 61 (24.22% from 255) = 40.13%
R=47.37%
G=12.5%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72196100.740.150.72312.4558.2417.84
Hex48133D04AF481383a12
Octal11023750112171104707222
Binary100100010011111101010010101111100100010011100011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48133D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48133D; }

 p { color: rgb(72,19,61); }

 H1.HeaderClassName
 {
   color: #48133D;
 }
 .AnyTagClassName
 {
   color: #48133D;
 }
</style>
background-color css

<style>
 a { background-color: #48133D; }

 a { background-color: rgb(72,19,61); }

 div.DivClassName
 {
   background-color: #48133D;
 }
 .BgClassName
 {
   background-color: #48133D;
 }
</style>
border-color css

<style>
 span { border-color: #48133D; }

 span { border-color: rgb(72,19,61); }

 td.TdClassName
 {
   border-color: #48133D;
 }
 .TagClassName
 {
   border-color: #48133D;
 }
</style>