#47143C

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

Shades of Blackberry #47143C

Tints of Blackberry #47143C

Color information

#47143C (or 0x47143C) is unknown color: approx Blackberry. HEX triplet: 47, 14 and 3C. RGB value is (71,20,60). Sum of RGB (Red+Green+Blue) = 71+20+60=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47143C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47143C is #B8EBC3. Grayscale: #272727. Windows color (decimal): -12118980 or 3937351. OLE color: 3937351.

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

Color convert

RGB712060-
CMYK00.720.150.72
HSL312.94º56.04%17.84%-
HSV(B)312.94º71.83%27.84%-
XYZ3.662.174.5-
YUV39.81139.4150.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 20 (8.20% from 255) = 13.25%
BLUE value IS 60 (23.83% from 255) = 39.74%
R=47.02%
G=13.25%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71206000.720.150.72312.9456.0417.84
Hex47143C048F481393812
Octal10724740110171104717022
Binary100011110100111100010010001111100100010011100111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47143C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,20,60); }

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

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

 a { background-color: rgb(71,20,60); }

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

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

 span { border-color: rgb(71,20,60); }

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