#47112B

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

Shades of Blackberry #47112B

Tints of Blackberry #47112B

Color information

#47112B (or 0x47112B) is unknown color: approx Blackberry. HEX triplet: 47, 11 and 2B. RGB value is (71,17,43). Sum of RGB (Red+Green+Blue) = 71+17+43=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #47112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47112B is #B8EED4. Grayscale: #242424. Windows color (decimal): -12119765 or 2822471. OLE color: 2822471.

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

Color convert

RGB711743-
CMYK00.760.390.72
HSL331.11º61.36%17.25%-
HSV(B)331.11º76.06%27.84%-
XYZ3.241.912.48-
YUV36.11131.89152.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.20%
GREEN value IS 17 (7.03% from 255) = 12.98%
BLUE value IS 43 (17.19% from 255) = 32.82%
R=54.20%
G=12.98%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71174300.760.390.72331.1161.3617.25
Hex47112B04C274814b3d11
Octal10721530114471105137521
Binary10001111000110101101001100100111100100010100101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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