#47132A

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

Shades of Blackberry #47132A

Tints of Blackberry #47132A

Color information

#47132A (or 0x47132A) is unknown color: approx Blackberry. HEX triplet: 47, 13 and 2A. RGB value is (71,19,42). Sum of RGB (Red+Green+Blue) = 71+19+42=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #47132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47132A is #B8ECD5. Grayscale: #252525. Windows color (decimal): -12119254 or 2757447. OLE color: 2757447.

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

Color convert

RGB711942-
CMYK00.730.410.72
HSL333.46º57.78%17.65%-
HSV(B)333.46º73.24%27.84%-
XYZ3.251.972.4-
YUV37.17130.73152.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.79%
GREEN value IS 19 (7.81% from 255) = 14.39%
BLUE value IS 42 (16.80% from 255) = 31.82%
R=53.79%
G=14.39%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71194200.730.410.72333.4657.7817.65
Hex47132A049294814d3a12
Octal10723520111511105157222
Binary10001111001110101001001001101001100100010100110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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