#480820

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

Shades of Blackberry #480820

Tints of Blackberry #480820

Color information

#480820 (or 0x480820) is unknown color: approx Blackberry. HEX triplet: 48, 08 and 20. RGB value is (72,8,32). Sum of RGB (Red+Green+Blue) = 72+8+32=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #480820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480820 is #B7F7DF. Grayscale: #1D1D1D. Windows color (decimal): -12056544 or 2099272. OLE color: 2099272.

HSL color Cylindrical-coordinate representation of color #480820: hue angle of 337.5º 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 #480820 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB72832-
CMYK00.890.560.72
HSL337.5º80%15.69%-
HSV(B)337.5º88.89%28.24%-
XYZ3.021.661.53-
YUV29.87129.2158.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.29%
GREEN value IS 8 (3.52% from 255) = 7.14%
BLUE value IS 32 (12.89% from 255) = 28.57%
R=64.29%
G=7.14%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7283200.890.560.72337.58015.69
Hex4882005938481525010
Octal110104001317011052212020
Binary10010001000100000010110011110001001000101010010101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480820; }

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

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

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

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

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

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

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

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