#47132F

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

Shades of Blackberry #47132F

Tints of Blackberry #47132F

Color information

#47132F (or 0x47132F) is unknown color: approx Blackberry. HEX triplet: 47, 13 and 2F. RGB value is (71,19,47). Sum of RGB (Red+Green+Blue) = 71+19+47=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #47132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47132F is #B8ECD0. Grayscale: #252525. Windows color (decimal): -12119249 or 3085127. OLE color: 3085127.

HSL color Cylindrical-coordinate representation of color #47132F: hue angle of 327.69º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47132F is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB711947-
CMYK00.730.340.72
HSL327.69º57.78%17.65%-
HSV(B)327.69º73.24%27.84%-
XYZ3.342.012.9-
YUV37.74133.23151.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.82%
GREEN value IS 19 (7.81% from 255) = 13.87%
BLUE value IS 47 (18.75% from 255) = 34.31%
R=51.82%
G=13.87%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71194700.730.340.72327.6957.7817.65
Hex47132F04922481483a12
Octal10723570111421105107222
Binary10001111001110111101001001100010100100010100100011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47132F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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