#470520

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

Shades of Blackberry #470520

Tints of Blackberry #470520

Color information

#470520 (or 0x470520) is unknown color: approx Blackberry. HEX triplet: 47, 05 and 20. RGB value is (71,5,32). Sum of RGB (Red+Green+Blue) = 71+5+32=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 32 (12.89% from 255 or 29.63% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #470520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470520 is #B8FADF. Grayscale: #1B1B1B. Windows color (decimal): -12122848 or 2098503. OLE color: 2098503.

HSL color Cylindrical-coordinate representation of color #470520: hue angle of 335.45º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470520 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB71532-
CMYK00.930.550.72
HSL335.45º86.84%14.9%-
HSV(B)335.45º92.96%27.84%-
XYZ2.911.551.51-
YUV27.81130.37158.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 65.74%
GREEN value IS 5 (2.34% from 255) = 4.63%
BLUE value IS 32 (12.89% from 255) = 29.63%
R=65.74%
G=4.63%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7153200.930.550.72335.4586.8414.9
Hex4752005D374814f57f
Octal10754001356711051712717
Binary100011110110000001011101110111100100010100111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470520; }

 p { color: rgb(71,5,32); }

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

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

 a { background-color: rgb(71,5,32); }

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

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

 span { border-color: rgb(71,5,32); }

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