#47143B

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

Shades of Blackberry #47143B

Tints of Blackberry #47143B

Color information

#47143B (or 0x47143B) is unknown color: approx Blackberry. HEX triplet: 47, 14 and 3B. RGB value is (71,20,59). Sum of RGB (Red+Green+Blue) = 71+20+59=150 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.33% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 71 - color contains mainly: red. Hex color #47143B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47143B is #B8EBC4. Grayscale: #272727. Windows color (decimal): -12118981 or 3871815. OLE color: 3871815.

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

Color convert

RGB712059-
CMYK00.720.170.72
HSL314.12º56.04%17.84%-
HSV(B)314.12º71.83%27.84%-
XYZ3.642.164.36-
YUV39.69138.9150.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.33%
GREEN value IS 20 (8.20% from 255) = 13.33%
BLUE value IS 59 (23.44% from 255) = 39.33%
R=47.33%
G=13.33%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71205900.720.170.72314.1256.0417.84
Hex47143B048114813a3812
Octal10724730110211104727022
Binary1000111101001110110100100010001100100010011101011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47143B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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