#47112A

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

Shades of Blackberry #47112A

Tints of Blackberry #47112A

Color information

#47112A (or 0x47112A) is unknown color: approx Blackberry. HEX triplet: 47, 11 and 2A. RGB value is (71,17,42). Sum of RGB (Red+Green+Blue) = 71+17+42=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #47112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47112A is #B8EED5. Grayscale: #232323. Windows color (decimal): -12119766 or 2756935. OLE color: 2756935.

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

Color convert

RGB711742-
CMYK00.760.410.72
HSL332.22º61.36%17.25%-
HSV(B)332.22º76.06%27.84%-
XYZ3.221.912.39-
YUV36131.39152.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.62%
GREEN value IS 17 (7.03% from 255) = 13.08%
BLUE value IS 42 (16.80% from 255) = 32.31%
R=54.62%
G=13.08%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71174200.760.410.72332.2261.3617.25
Hex47112A04C294814c3d11
Octal10721520114511105147521
Binary10001111000110101001001100101001100100010100110011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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