#470921

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

Shades of Blackberry #470921

Tints of Blackberry #470921

Color information

#470921 (or 0x470921) is unknown color: approx Blackberry. HEX triplet: 47, 09 and 21. RGB value is (71,9,33). Sum of RGB (Red+Green+Blue) = 71+9+33=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #470921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470921 is #B8F6DE. Grayscale: #1E1E1E. Windows color (decimal): -12121823 or 2165063. OLE color: 2165063.

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

Color convert

RGB71933-
CMYK00.870.540.72
HSL336.77º77.5%15.69%-
HSV(B)336.77º87.32%27.84%-
XYZ2.971.641.6-
YUV30.27129.54157.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.83%
GREEN value IS 9 (3.91% from 255) = 7.96%
BLUE value IS 33 (13.28% from 255) = 29.20%
R=62.83%
G=7.96%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7193300.870.540.72336.7777.515.69
Hex4792105736481514e10
Octal107114101276611052111620
Binary10001111001100001010101111101101001000101010001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470921; }

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

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

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

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

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

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

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

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