#47163B

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

Shades of Blackberry #47163B

Tints of Blackberry #47163B

Color information

#47163B (or 0x47163B) is unknown color: approx Blackberry. HEX triplet: 47, 16 and 3B. RGB value is (71,22,59). Sum of RGB (Red+Green+Blue) = 71+22+59=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47163B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47163B is #B8E9C4. Grayscale: #282828. Windows color (decimal): -12118469 or 3872327. OLE color: 3872327.

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

Color convert

RGB712259-
CMYK00.690.170.72
HSL314.69º52.69%18.24%-
HSV(B)314.69º69.01%27.84%-
XYZ3.672.234.37-
YUV40.87138.23149.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.71%
GREEN value IS 22 (8.98% from 255) = 14.47%
BLUE value IS 59 (23.44% from 255) = 38.82%
R=46.71%
G=14.47%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71225900.690.170.72314.6952.6918.24
Hex47163B045114813b3512
Octal10726730105211104736522
Binary1000111101101110110100010110001100100010011101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47163B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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