#47162E

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

Shades of Blackberry #47162E

Tints of Blackberry #47162E

Color information

#47162E (or 0x47162E) is unknown color: approx Blackberry. HEX triplet: 47, 16 and 2E. RGB value is (71,22,46). Sum of RGB (Red+Green+Blue) = 71+22+46=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #47162E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47162E is #B8E9D1. Grayscale: #272727. Windows color (decimal): -12118482 or 3020359. OLE color: 3020359.

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

Color convert

RGB712246-
CMYK00.690.350.72
HSL330.61º52.69%18.24%-
HSV(B)330.61º69.01%27.84%-
XYZ3.382.112.81-
YUV39.39131.73150.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 22 (8.98% from 255) = 15.83%
BLUE value IS 46 (18.36% from 255) = 33.09%
R=51.08%
G=15.83%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71224600.690.350.72330.6152.6918.24
Hex47162E045234814b3512
Octal10726560105431105136522
Binary10001111011010111001000101100011100100010100101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47162E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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