#47132D

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

Shades of Blackberry #47132D

Tints of Blackberry #47132D

Color information

#47132D (or 0x47132D) is unknown color: approx Blackberry. HEX triplet: 47, 13 and 2D. RGB value is (71,19,45). Sum of RGB (Red+Green+Blue) = 71+19+45=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #47132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47132D is #B8ECD2. Grayscale: #252525. Windows color (decimal): -12119251 or 2954055. OLE color: 2954055.

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

Color convert

RGB711945-
CMYK00.730.370.72
HSL330º57.78%17.65%-
HSV(B)330º73.24%27.84%-
XYZ3.311.992.69-
YUV37.51132.23151.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.59%
GREEN value IS 19 (7.81% from 255) = 14.07%
BLUE value IS 45 (17.97% from 255) = 33.33%
R=52.59%
G=14.07%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71194500.730.370.7233057.7817.65
Hex47132D049254814a3a12
Octal10723550111451105127222
Binary10001111001110110101001001100101100100010100101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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