#48012C

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

Shades of Blackberry #48012C

Tints of Blackberry #48012C

Color information

#48012C (or 0x48012C) is unknown color: approx Blackberry. HEX triplet: 48, 01 and 2C. RGB value is (72,1,44). Sum of RGB (Red+Green+Blue) = 72+1+44=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #48012C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48012C is #B7FED3. Grayscale: #1B1B1B. Windows color (decimal): -12058324 or 2883912. OLE color: 2883912.

HSL color Cylindrical-coordinate representation of color #48012C: hue angle of 323.66º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48012C is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB72144-
CMYK00.990.390.72
HSL323.66º97.26%14.31%-
HSV(B)323.66º98.61%28.24%-
XYZ3.141.582.52-
YUV27.13137.52160-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.54%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 44 (17.58% from 255) = 37.61%
R=61.54%
G=0.85%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7214400.990.390.72323.6697.2614.31
Hex4812C063274814461e
Octal11015401434711050414116
Binary1001000110110001100011100111100100010100010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48012C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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