#48113C

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

Shades of Blackberry #48113C

Tints of Blackberry #48113C

Color information

#48113C (or 0x48113C) is unknown color: approx Blackberry. HEX triplet: 48, 11 and 3C. RGB value is (72,17,60). Sum of RGB (Red+Green+Blue) = 72+17+60=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #48113C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48113C is #B7EEC3. Grayscale: #262626. Windows color (decimal): -12054212 or 3936584. OLE color: 3936584.

HSL color Cylindrical-coordinate representation of color #48113C: hue angle of 313.09º 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 #48113C is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB721760-
CMYK00.760.170.72
HSL313.09º61.8%17.45%-
HSV(B)313.09º76.39%28.24%-
XYZ3.692.14.49-
YUV38.35140.22152-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.32%
GREEN value IS 17 (7.03% from 255) = 11.41%
BLUE value IS 60 (23.83% from 255) = 40.27%
R=48.32%
G=11.41%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72176000.760.170.72313.0961.817.45
Hex48113C04C11481393e11
Octal11021740114211104717621
Binary1001000100011111000100110010001100100010011100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48113C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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