#470922

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

Shades of Blackberry #470922

Tints of Blackberry #470922

Color information

#470922 (or 0x470922) is unknown color: approx Blackberry. HEX triplet: 47, 09 and 22. RGB value is (71,9,34). Sum of RGB (Red+Green+Blue) = 71+9+34=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 34 (13.67% from 255 or 29.82% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #470922 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470922 is #B8F6DD. Grayscale: #1E1E1E. Windows color (decimal): -12121822 or 2230599. OLE color: 2230599.

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

Color convert

RGB71934-
CMYK00.870.520.72
HSL335.81º77.5%15.69%-
HSV(B)335.81º87.32%27.84%-
XYZ2.981.651.67-
YUV30.39130.04156.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.28%
GREEN value IS 9 (3.91% from 255) = 7.89%
BLUE value IS 34 (13.67% from 255) = 29.82%
R=62.28%
G=7.89%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.52
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7193400.870.520.72335.8177.515.69
Hex4792205734481504e10
Octal107114201276411052011620
Binary10001111001100010010101111101001001000101010000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470922; }

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

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

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

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

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

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

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

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