#47142F

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

Shades of Blackberry #47142F

Tints of Blackberry #47142F

Color information

#47142F (or 0x47142F) is unknown color: approx Blackberry. HEX triplet: 47, 14 and 2F. RGB value is (71,20,47). Sum of RGB (Red+Green+Blue) = 71+20+47=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #47142F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47142F is #B8EBD0. Grayscale: #262626. Windows color (decimal): -12118993 or 3085383. OLE color: 3085383.

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

Color convert

RGB712047-
CMYK00.720.340.72
HSL328.24º56.04%17.84%-
HSV(B)328.24º71.83%27.84%-
XYZ3.362.052.91-
YUV38.33132.9151.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 20 (8.20% from 255) = 14.49%
BLUE value IS 47 (18.75% from 255) = 34.06%
R=51.45%
G=14.49%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71204700.720.340.72328.2456.0417.84
Hex47142F04822481483812
Octal10724570110421105107022
Binary10001111010010111101001000100010100100010100100011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47142F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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