#480824

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

Shades of Blackberry #480824

Tints of Blackberry #480824

Color information

#480824 (or 0x480824) is unknown color: approx Blackberry. HEX triplet: 48, 08 and 24. RGB value is (72,8,36). Sum of RGB (Red+Green+Blue) = 72+8+36=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #480824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480824 is #B7F7DB. Grayscale: #1E1E1E. Windows color (decimal): -12056540 or 2361416. OLE color: 2361416.

HSL color Cylindrical-coordinate representation of color #480824: hue angle of 333.75º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #480824 is Cyan = 0, Magento = 0.89, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB72836-
CMYK00.890.50.72
HSL333.75º80%15.69%-
HSV(B)333.75º88.89%28.24%-
XYZ3.081.681.83-
YUV30.33131.2157.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.07%
GREEN value IS 8 (3.52% from 255) = 6.90%
BLUE value IS 36 (14.45% from 255) = 31.03%
R=62.07%
G=6.90%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7283600.890.50.72333.758015.69
Hex48824059324814e5010
Octal110104401316211051612020
Binary10010001000100100010110011100101001000101001110101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480824; }

 p { color: rgb(72,8,36); }

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

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

 a { background-color: rgb(72,8,36); }

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

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

 span { border-color: rgb(72,8,36); }

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