#470F34

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

Shades of Blackberry #470F34

Tints of Blackberry #470F34

Color information

#470F34 (or 0x470F34) is unknown color: approx Blackberry. HEX triplet: 47, 0F and 34. RGB value is (71,15,52). Sum of RGB (Red+Green+Blue) = 71+15+52=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 15 (6.25% from 255 or 10.87% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #470F34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470F34 is #B8F0CB. Grayscale: #232323. Windows color (decimal): -12120268 or 3411783. OLE color: 3411783.

HSL color Cylindrical-coordinate representation of color #470F34: hue angle of 320.36º 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 #470F34 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.72.

Color convert

RGB711552-
CMYK00.790.270.72
HSL320.36º65.12%16.86%-
HSV(B)320.36º78.87%27.84%-
XYZ3.391.933.44-
YUV35.96137.05152.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 15 (6.25% from 255) = 10.87%
BLUE value IS 52 (20.70% from 255) = 37.68%
R=51.45%
G=10.87%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71155200.790.270.72320.3665.1216.86
Hex47F3404F1B481404111
Octal107176401173311050010121
Binary1000111111111010001001111110111001000101000000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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