#47163D

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

Shades of Blackberry #47163D

Tints of Blackberry #47163D

Color information

#47163D (or 0x47163D) is unknown color: approx Blackberry. HEX triplet: 47, 16 and 3D. RGB value is (71,22,61). Sum of RGB (Red+Green+Blue) = 71+22+61=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #47163D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47163D is #B8E9C2. Grayscale: #282828. Windows color (decimal): -12118467 or 4003399. OLE color: 4003399.

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

Color convert

RGB712261-
CMYK00.690.140.72
HSL312.24º52.69%18.24%-
HSV(B)312.24º69.01%27.84%-
XYZ3.732.254.65-
YUV41.1139.23149.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 46.10%
GREEN value IS 22 (8.98% from 255) = 14.29%
BLUE value IS 61 (24.22% from 255) = 39.61%
R=46.10%
G=14.29%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71226100.690.140.72312.2452.6918.24
Hex47163D045E481383512
Octal10726750105161104706522
Binary100011110110111101010001011110100100010011100011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47163D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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