#47053B

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

Shades of Blackberry #47053B

Tints of Blackberry #47053B

Color information

#47053B (or 0x47053B) is unknown color: approx Blackberry. HEX triplet: 47, 05 and 3B. RGB value is (71,5,59). Sum of RGB (Red+Green+Blue) = 71+5+59=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #47053B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47053B is #B8FAC4. Grayscale: #1E1E1E. Windows color (decimal): -12122821 or 3867975. OLE color: 3867975.

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

Color convert

RGB71559-
CMYK00.930.170.72
HSL310.91º86.84%14.9%-
HSV(B)310.91º92.96%27.84%-
XYZ3.441.764.3-
YUV30.89143.87156.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.59%
GREEN value IS 5 (2.34% from 255) = 3.70%
BLUE value IS 59 (23.44% from 255) = 43.70%
R=52.59%
G=3.70%
B=43.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7155900.930.170.72310.9186.8414.9
Hex4753B05D114813757f
Octal10757301352111046712717
Binary10001111011110110101110110001100100010011011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47053B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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