#47052B

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

Shades of Blackberry #47052B

Tints of Blackberry #47052B

Color information

#47052B (or 0x47052B) is unknown color: approx Blackberry. HEX triplet: 47, 05 and 2B. RGB value is (71,5,43). Sum of RGB (Red+Green+Blue) = 71+5+43=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #47052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47052B is #B8FAD4. Grayscale: #1C1C1C. Windows color (decimal): -12122837 or 2819399. OLE color: 2819399.

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

Color convert

RGB71543-
CMYK00.930.390.72
HSL325.45º86.84%14.9%-
HSV(B)325.45º92.96%27.84%-
XYZ3.091.622.44-
YUV29.07135.87157.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.66%
GREEN value IS 5 (2.34% from 255) = 4.20%
BLUE value IS 43 (17.19% from 255) = 36.13%
R=59.66%
G=4.20%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7154300.930.390.72325.4586.8414.9
Hex4752B05D274814557f
Octal10755301354711050512717
Binary100011110110101101011101100111100100010100010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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