#470222

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

Shades of Blackberry #470222

Tints of Blackberry #470222

Color information

#470222 (or 0x470222) is unknown color: approx Blackberry. HEX triplet: 47, 02 and 22. RGB value is (71,2,34). Sum of RGB (Red+Green+Blue) = 71+2+34=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 34 (13.67% from 255 or 31.78% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #470222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470222 is #B8FDDD. Grayscale: #1A1A1A. Windows color (decimal): -12123614 or 2228807. OLE color: 2228807.

HSL color Cylindrical-coordinate representation of color #470222: hue angle of 332.17º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #470222 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.72.

Color convert

RGB71234-
CMYK00.970.520.72
HSL332.17º94.52%14.31%-
HSV(B)332.17º97.18%27.84%-
XYZ2.911.51.65-
YUV26.28132.36159.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 66.36%
GREEN value IS 2 (1.17% from 255) = 1.87%
BLUE value IS 34 (13.67% from 255) = 31.78%
R=66.36%
G=1.87%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.52
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7123400.970.520.72332.1794.5214.31
Hex47222061344814c5fe
Octal10724201416411051413716
Binary10001111010001001100001110100100100010100110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470222; }

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

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

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

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

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

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

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

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