#47032F

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

Shades of Blackberry #47032F

Tints of Blackberry #47032F

Color information

#47032F (or 0x47032F) is unknown color: approx Blackberry. HEX triplet: 47, 03 and 2F. RGB value is (71,3,47). Sum of RGB (Red+Green+Blue) = 71+3+47=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #47032F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47032F is #B8FCD0. Grayscale: #1C1C1C. Windows color (decimal): -12123345 or 3081031. OLE color: 3081031.

HSL color Cylindrical-coordinate representation of color #47032F: hue angle of 321.18º 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 #47032F is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB71347-
CMYK00.960.340.72
HSL321.18º91.89%14.51%-
HSV(B)321.18º95.77%27.84%-
XYZ3.141.612.83-
YUV28.35138.53158.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.68%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 47 (18.75% from 255) = 38.84%
R=58.68%
G=2.48%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7134700.960.340.72321.1891.8914.51
Hex4732F06022481415cf
Octal10735701404211050113417
Binary10001111110111101100000100010100100010100000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47032F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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