#47052E

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

Shades of Blackberry #47052E

Tints of Blackberry #47052E

Color information

#47052E (or 0x47052E) is unknown color: approx Blackberry. HEX triplet: 47, 05 and 2E. RGB value is (71,5,46). Sum of RGB (Red+Green+Blue) = 71+5+46=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #47052E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47052E is #B8FAD1. Grayscale: #1D1D1D. Windows color (decimal): -12122834 or 3016007. OLE color: 3016007.

HSL color Cylindrical-coordinate representation of color #47052E: hue angle of 322.73º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47052E is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB71546-
CMYK00.930.350.72
HSL322.73º86.84%14.9%-
HSV(B)322.73º92.96%27.84%-
XYZ3.151.652.74-
YUV29.41137.37157.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.20%
GREEN value IS 5 (2.34% from 255) = 4.10%
BLUE value IS 46 (18.36% from 255) = 37.70%
R=58.20%
G=4.10%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7154600.930.350.72322.7386.8414.9
Hex4752E05D234814357f
Octal10755601354311050312717
Binary100011110110111001011101100011100100010100001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47052E; }

 p { color: rgb(71,5,46); }

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

<style>
 a { background-color: #47052E; }

 a { background-color: rgb(71,5,46); }

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

<style>
 span { border-color: #47052E; }

 span { border-color: rgb(71,5,46); }

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