#48112A

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

Shades of Blackberry #48112A

Tints of Blackberry #48112A

Color information

#48112A (or 0x48112A) is unknown color: approx Blackberry. HEX triplet: 48, 11 and 2A. RGB value is (72,17,42). Sum of RGB (Red+Green+Blue) = 72+17+42=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #48112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48112A is #B7EED5. Grayscale: #242424. Windows color (decimal): -12054230 or 2756936. OLE color: 2756936.

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

Color convert

RGB721742-
CMYK00.760.420.72
HSL332.73º61.8%17.45%-
HSV(B)332.73º76.39%28.24%-
XYZ3.291.952.39-
YUV36.3131.22153.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.96%
GREEN value IS 17 (7.03% from 255) = 12.98%
BLUE value IS 42 (16.80% from 255) = 32.06%
R=54.96%
G=12.98%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72174200.760.420.72332.7361.817.45
Hex48112A04C2A4814d3e11
Octal11021520114521105157621
Binary10010001000110101001001100101010100100010100110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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