#47132C

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

Shades of Blackberry #47132C

Tints of Blackberry #47132C

Color information

#47132C (or 0x47132C) is unknown color: approx Blackberry. HEX triplet: 47, 13 and 2C. RGB value is (71,19,44). Sum of RGB (Red+Green+Blue) = 71+19+44=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #47132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47132C is #B8ECD3. Grayscale: #252525. Windows color (decimal): -12119252 or 2888519. OLE color: 2888519.

HSL color Cylindrical-coordinate representation of color #47132C: hue angle of 331.15º 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 #47132C is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB711944-
CMYK00.730.380.72
HSL331.15º57.78%17.65%-
HSV(B)331.15º73.24%27.84%-
XYZ3.291.992.59-
YUV37.4131.73151.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.99%
GREEN value IS 19 (7.81% from 255) = 14.18%
BLUE value IS 44 (17.58% from 255) = 32.84%
R=52.99%
G=14.18%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71194400.730.380.72331.1557.7817.65
Hex47132C049264814b3a12
Octal10723540111461105137222
Binary10001111001110110001001001100110100100010100101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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