#48112E

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

Shades of Blackberry #48112E

Tints of Blackberry #48112E

Color information

#48112E (or 0x48112E) is unknown color: approx Blackberry. HEX triplet: 48, 11 and 2E. RGB value is (72,17,46). Sum of RGB (Red+Green+Blue) = 72+17+46=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #48112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48112E is #B7EED1. Grayscale: #242424. Windows color (decimal): -12054226 or 3019080. OLE color: 3019080.

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

Color convert

RGB721746-
CMYK00.760.360.72
HSL328.36º61.8%17.45%-
HSV(B)328.36º76.39%28.24%-
XYZ3.371.982.79-
YUV36.75133.22153.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.33%
GREEN value IS 17 (7.03% from 255) = 12.59%
BLUE value IS 46 (18.36% from 255) = 34.07%
R=53.33%
G=12.59%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72174600.760.360.72328.3661.817.45
Hex48112E04C24481483e11
Octal11021560114441105107621
Binary10010001000110111001001100100100100100010100100011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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