#48122C

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

Shades of Blackberry #48122C

Tints of Blackberry #48122C

Color information

#48122C (or 0x48122C) is unknown color: approx Blackberry. HEX triplet: 48, 12 and 2C. RGB value is (72,18,44). Sum of RGB (Red+Green+Blue) = 72+18+44=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #48122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48122C is #B7EDD3. Grayscale: #252525. Windows color (decimal): -12053972 or 2888264. OLE color: 2888264.

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

Color convert

RGB721844-
CMYK00.750.390.72
HSL331.11º60%17.65%-
HSV(B)331.11º75%28.24%-
XYZ3.341.992.59-
YUV37.11131.89152.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.73%
GREEN value IS 18 (7.42% from 255) = 13.43%
BLUE value IS 44 (17.58% from 255) = 32.84%
R=53.73%
G=13.43%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72184400.750.390.72331.116017.65
Hex48122C04B274814b3c12
Octal11022540113471105137422
Binary10010001001010110001001011100111100100010100101111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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