#47162C

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

Shades of Blackberry #47162C

Tints of Blackberry #47162C

Color information

#47162C (or 0x47162C) is unknown color: approx Blackberry. HEX triplet: 47, 16 and 2C. RGB value is (71,22,44). Sum of RGB (Red+Green+Blue) = 71+22+44=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #47162C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47162C is #B8E9D3. Grayscale: #272727. Windows color (decimal): -12118484 or 2889287. OLE color: 2889287.

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

Color convert

RGB712244-
CMYK00.690.380.72
HSL333.06º52.69%18.24%-
HSV(B)333.06º69.01%27.84%-
XYZ3.342.12.61-
YUV39.16130.73150.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.82%
GREEN value IS 22 (8.98% from 255) = 16.06%
BLUE value IS 44 (17.58% from 255) = 32.12%
R=51.82%
G=16.06%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71224400.690.380.72333.0652.6918.24
Hex47162C045264814d3512
Octal10726540105461105156522
Binary10001111011010110001000101100110100100010100110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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