#48122E

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

Shades of Blackberry #48122E

Tints of Blackberry #48122E

Color information

#48122E (or 0x48122E) is unknown color: approx Blackberry. HEX triplet: 48, 12 and 2E. RGB value is (72,18,46). Sum of RGB (Red+Green+Blue) = 72+18+46=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #48122E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48122E is #B7EDD1. Grayscale: #252525. Windows color (decimal): -12053970 or 3019336. OLE color: 3019336.

HSL color Cylindrical-coordinate representation of color #48122E: hue angle of 328.89º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48122E is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB721846-
CMYK00.750.360.72
HSL328.89º60%17.65%-
HSV(B)328.89º75%28.24%-
XYZ3.382.012.79-
YUV37.34132.89152.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.94%
GREEN value IS 18 (7.42% from 255) = 13.24%
BLUE value IS 46 (18.36% from 255) = 33.82%
R=52.94%
G=13.24%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72184600.750.360.72328.896017.65
Hex48122E04B24481493c12
Octal11022560113441105117422
Binary10010001001010111001001011100100100100010100100111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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