#47112C

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

Shades of Blackberry #47112C

Tints of Blackberry #47112C

Color information

#47112C (or 0x47112C) is unknown color: approx Blackberry. HEX triplet: 47, 11 and 2C. RGB value is (71,17,44). Sum of RGB (Red+Green+Blue) = 71+17+44=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #47112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47112C is #B8EED3. Grayscale: #242424. Windows color (decimal): -12119764 or 2888007. OLE color: 2888007.

HSL color Cylindrical-coordinate representation of color #47112C: hue angle of 330º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #47112C is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB711744-
CMYK00.760.380.72
HSL330º61.36%17.25%-
HSV(B)330º76.06%27.84%-
XYZ3.251.922.58-
YUV36.22132.39152.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.79%
GREEN value IS 17 (7.03% from 255) = 12.88%
BLUE value IS 44 (17.58% from 255) = 33.33%
R=53.79%
G=12.88%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71174400.760.380.7233061.3617.25
Hex47112C04C264814a3d11
Octal10721540114461105127521
Binary10001111000110110001001100100110100100010100101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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