#47052D

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

Shades of Blackberry #47052D

Tints of Blackberry #47052D

Color information

#47052D (or 0x47052D) is unknown color: approx Blackberry. HEX triplet: 47, 05 and 2D. RGB value is (71,5,45). Sum of RGB (Red+Green+Blue) = 71+5+45=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #47052D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47052D is #B8FAD2. Grayscale: #1D1D1D. Windows color (decimal): -12122835 or 2950471. OLE color: 2950471.

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

Color convert

RGB71545-
CMYK00.930.370.72
HSL323.64º86.84%14.9%-
HSV(B)323.64º92.96%27.84%-
XYZ3.131.642.63-
YUV29.29136.87157.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.68%
GREEN value IS 5 (2.34% from 255) = 4.13%
BLUE value IS 45 (17.97% from 255) = 37.19%
R=58.68%
G=4.13%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.37
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7154500.930.370.72323.6486.8414.9
Hex4752D05D254814457f
Octal10755501354511050412717
Binary100011110110110101011101100101100100010100010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47052D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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