#47052C

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

Shades of Blackberry #47052C

Tints of Blackberry #47052C

Color information

#47052C (or 0x47052C) is unknown color: approx Blackberry. HEX triplet: 47, 05 and 2C. RGB value is (71,5,44). Sum of RGB (Red+Green+Blue) = 71+5+44=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #47052C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47052C is #B8FAD3. Grayscale: #1D1D1D. Windows color (decimal): -12122836 or 2884935. OLE color: 2884935.

HSL color Cylindrical-coordinate representation of color #47052C: hue angle of 324.55º 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 #47052C is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB71544-
CMYK00.930.380.72
HSL324.55º86.84%14.9%-
HSV(B)324.55º92.96%27.84%-
XYZ3.111.632.53-
YUV29.18136.37157.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.17%
GREEN value IS 5 (2.34% from 255) = 4.17%
BLUE value IS 44 (17.58% from 255) = 36.67%
R=59.17%
G=4.17%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7154400.930.380.72324.5586.8414.9
Hex4752C05D264814557f
Octal10755401354611050512717
Binary100011110110110001011101100110100100010100010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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