#48112C

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

Shades of Blackberry #48112C

Tints of Blackberry #48112C

Color information

#48112C (or 0x48112C) is unknown color: approx Blackberry. HEX triplet: 48, 11 and 2C. RGB value is (72,17,44). Sum of RGB (Red+Green+Blue) = 72+17+44=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #48112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48112C is #B7EED3. Grayscale: #242424. Windows color (decimal): -12054228 or 2888008. OLE color: 2888008.

HSL color Cylindrical-coordinate representation of color #48112C: hue angle of 330.55º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48112C is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB721744-
CMYK00.760.390.72
HSL330.55º61.8%17.45%-
HSV(B)330.55º76.39%28.24%-
XYZ3.331.962.59-
YUV36.52132.22153.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.14%
GREEN value IS 17 (7.03% from 255) = 12.78%
BLUE value IS 44 (17.58% from 255) = 33.08%
R=54.14%
G=12.78%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72174400.760.390.72330.5561.817.45
Hex48112C04C274814b3e11
Octal11021540114471105137621
Binary10010001000110110001001100100111100100010100101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48112C; }

 p { color: rgb(72,17,44); }

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

<style>
 a { background-color: #48112C; }

 a { background-color: rgb(72,17,44); }

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

<style>
 span { border-color: #48112C; }

 span { border-color: rgb(72,17,44); }

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