#47112E

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

Shades of Blackberry #47112E

Tints of Blackberry #47112E

Color information

#47112E (or 0x47112E) is unknown color: approx Blackberry. HEX triplet: 47, 11 and 2E. RGB value is (71,17,46). Sum of RGB (Red+Green+Blue) = 71+17+46=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #47112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47112E is #B8EED1. Grayscale: #242424. Windows color (decimal): -12119762 or 3019079. OLE color: 3019079.

HSL color Cylindrical-coordinate representation of color #47112E: hue angle of 327.78º 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 #47112E is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB711746-
CMYK00.760.350.72
HSL327.78º61.36%17.25%-
HSV(B)327.78º76.06%27.84%-
XYZ3.291.942.79-
YUV36.45133.39152.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.99%
GREEN value IS 17 (7.03% from 255) = 12.69%
BLUE value IS 46 (18.36% from 255) = 34.33%
R=52.99%
G=12.69%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71174600.760.350.72327.7861.3617.25
Hex47112E04C23481483d11
Octal10721560114431105107521
Binary10001111000110111001001100100011100100010100100011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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