#47163A

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

Shades of Blackberry #47163A

Tints of Blackberry #47163A

Color information

#47163A (or 0x47163A) is unknown color: approx Blackberry. HEX triplet: 47, 16 and 3A. RGB value is (71,22,58). Sum of RGB (Red+Green+Blue) = 71+22+58=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47163A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47163A is #B8E9C5. Grayscale: #282828. Windows color (decimal): -12118470 or 3806791. OLE color: 3806791.

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

Color convert

RGB712258-
CMYK00.690.180.72
HSL315.92º52.69%18.24%-
HSV(B)315.92º69.01%27.84%-
XYZ3.652.224.24-
YUV40.76137.73149.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 22 (8.98% from 255) = 14.57%
BLUE value IS 58 (23.05% from 255) = 38.41%
R=47.02%
G=14.57%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71225800.690.180.72315.9252.6918.24
Hex47163A045124813c3512
Octal10726720105221104746522
Binary1000111101101110100100010110010100100010011110011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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