#47142A

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

Shades of Blackberry #47142A

Tints of Blackberry #47142A

Color information

#47142A (or 0x47142A) is unknown color: approx Blackberry. HEX triplet: 47, 14 and 2A. RGB value is (71,20,42). Sum of RGB (Red+Green+Blue) = 71+20+42=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #47142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47142A is #B8EBD5. Grayscale: #252525. Windows color (decimal): -12118998 or 2757703. OLE color: 2757703.

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

Color convert

RGB712042-
CMYK00.720.410.72
HSL334.12º56.04%17.84%-
HSV(B)334.12º71.83%27.84%-
XYZ3.272.012.41-
YUV37.76130.4151.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.38%
GREEN value IS 20 (8.20% from 255) = 15.04%
BLUE value IS 42 (16.80% from 255) = 31.58%
R=53.38%
G=15.04%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71204200.720.410.72334.1256.0417.84
Hex47142A048294814e3812
Octal10724520110511105167022
Binary10001111010010101001001000101001100100010100111011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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