#47032C

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

Shades of Blackberry #47032C

Tints of Blackberry #47032C

Color information

#47032C (or 0x47032C) is unknown color: approx Blackberry. HEX triplet: 47, 03 and 2C. RGB value is (71,3,44). Sum of RGB (Red+Green+Blue) = 71+3+44=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #47032C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47032C is #B8FCD3. Grayscale: #1B1B1B. Windows color (decimal): -12123348 or 2884423. OLE color: 2884423.

HSL color Cylindrical-coordinate representation of color #47032C: hue angle of 323.82º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #47032C is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB71344-
CMYK00.960.380.72
HSL323.82º91.89%14.51%-
HSV(B)323.82º95.77%27.84%-
XYZ3.091.592.53-
YUV28.01137.03158.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.17%
GREEN value IS 3 (1.56% from 255) = 2.54%
BLUE value IS 44 (17.58% from 255) = 37.29%
R=60.17%
G=2.54%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7134400.960.380.72323.8291.8914.51
Hex4732C06026481445cf
Octal10735401404611050413417
Binary10001111110110001100000100110100100010100010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47032C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47032C; }

 p { color: rgb(71,3,44); }

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

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

 a { background-color: rgb(71,3,44); }

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

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

 span { border-color: rgb(71,3,44); }

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