#470721

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

Shades of Blackberry #470721

Tints of Blackberry #470721

Color information

#470721 (or 0x470721) is unknown color: approx Blackberry. HEX triplet: 47, 07 and 21. RGB value is (71,7,33). Sum of RGB (Red+Green+Blue) = 71+7+33=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 33 (13.28% from 255 or 29.73% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #470721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470721 is #B8F8DE. Grayscale: #1D1D1D. Windows color (decimal): -12122335 or 2164551. OLE color: 2164551.

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

Color convert

RGB71733-
CMYK00.900.540.72
HSL335.62º82.05%15.29%-
HSV(B)335.62º90.14%27.84%-
XYZ2.951.61.59-
YUV29.1130.2157.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 63.96%
GREEN value IS 7 (3.12% from 255) = 6.31%
BLUE value IS 33 (13.28% from 255) = 29.73%
R=63.96%
G=6.31%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7173300.900.540.72335.6282.0515.29
Hex4772105A364815052f
Octal10774101326611052012217
Binary100011111110000101011010110110100100010101000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470721; }

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

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

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

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

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

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

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

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