#48122A

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

Shades of Blackberry #48122A

Tints of Blackberry #48122A

Color information

#48122A (or 0x48122A) is unknown color: approx Blackberry. HEX triplet: 48, 12 and 2A. RGB value is (72,18,42). Sum of RGB (Red+Green+Blue) = 72+18+42=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #48122A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48122A is #B7EDD5. Grayscale: #242424. Windows color (decimal): -12053974 or 2757192. OLE color: 2757192.

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

Color convert

RGB721842-
CMYK00.750.420.72
HSL333.33º60%17.65%-
HSV(B)333.33º75%28.24%-
XYZ3.311.982.4-
YUV36.88130.89153.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.55%
GREEN value IS 18 (7.42% from 255) = 13.64%
BLUE value IS 42 (16.80% from 255) = 31.82%
R=54.55%
G=13.64%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72184200.750.420.72333.336017.65
Hex48122A04B2A4814d3c12
Octal11022520113521105157422
Binary10010001001010101001001011101010100100010100110111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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