#470F32

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

Shades of Blackberry #470F32

Tints of Blackberry #470F32

Color information

#470F32 (or 0x470F32) is unknown color: approx Blackberry. HEX triplet: 47, 0F and 32. RGB value is (71,15,50). Sum of RGB (Red+Green+Blue) = 71+15+50=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 15 (6.25% from 255 or 11.03% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #470F32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470F32 is #B8F0CD. Grayscale: #232323. Windows color (decimal): -12120270 or 3280711. OLE color: 3280711.

HSL color Cylindrical-coordinate representation of color #470F32: hue angle of 322.5º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #470F32 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB711550-
CMYK00.790.300.72
HSL322.5º65.12%16.86%-
HSV(B)322.5º78.87%27.84%-
XYZ3.351.913.21-
YUV35.73136.05153.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.21%
GREEN value IS 15 (6.25% from 255) = 11.03%
BLUE value IS 50 (19.92% from 255) = 36.76%
R=52.21%
G=11.03%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71155000.790.300.72322.565.1216.86
Hex47F3204F1E481424111
Octal107176201173611050210121
Binary1000111111111001001001111111101001000101000010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470F32; }

 p { color: rgb(71,15,50); }

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

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

 a { background-color: rgb(71,15,50); }

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

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

 span { border-color: rgb(71,15,50); }

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