#470C32

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

Shades of Blackberry #470C32

Tints of Blackberry #470C32

Color information

#470C32 (or 0x470C32) is unknown color: approx Blackberry. HEX triplet: 47, 0C and 32. RGB value is (71,12,50). Sum of RGB (Red+Green+Blue) = 71+12+50=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #470C32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C32 is #B8F3CD. Grayscale: #212121. Windows color (decimal): -12121038 or 3279943. OLE color: 3279943.

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

Color convert

RGB711250-
CMYK00.830.300.72
HSL321.36º71.08%16.27%-
HSV(B)321.36º83.1%27.84%-
XYZ3.311.833.2-
YUV33.97137.05154.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.38%
GREEN value IS 12 (5.08% from 255) = 9.02%
BLUE value IS 50 (19.92% from 255) = 37.59%
R=53.38%
G=9.02%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71125000.830.300.72321.3671.0816.27
Hex47C320531E481414710
Octal107146201233611050110720
Binary1000111110011001001010011111101001000101000001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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