#470720

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

Shades of Blackberry #470720

Tints of Blackberry #470720

Color information

#470720 (or 0x470720) is unknown color: approx Blackberry. HEX triplet: 47, 07 and 20. RGB value is (71,7,32). Sum of RGB (Red+Green+Blue) = 71+7+32=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #470720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470720 is #B8F8DF. Grayscale: #1C1C1C. Windows color (decimal): -12122336 or 2099015. OLE color: 2099015.

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

Color convert

RGB71732-
CMYK00.900.550.72
HSL336.56º82.05%15.29%-
HSV(B)336.56º90.14%27.84%-
XYZ2.941.61.52-
YUV28.99129.7157.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 64.55%
GREEN value IS 7 (3.12% from 255) = 6.36%
BLUE value IS 32 (12.89% from 255) = 29.09%
R=64.55%
G=6.36%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7173200.900.550.72336.5682.0515.29
Hex4772005A374815152f
Octal10774001326711052112217
Binary100011111110000001011010110111100100010101000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470720; }

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

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

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

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

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

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

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

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