#47053E

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

Shades of Blackberry #47053E

Tints of Blackberry #47053E

Color information

#47053E (or 0x47053E) is unknown color: approx Blackberry. HEX triplet: 47, 05 and 3E. RGB value is (71,5,62). Sum of RGB (Red+Green+Blue) = 71+5+62=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 62 (24.61% from 255 or 44.93% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #47053E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47053E is #B8FAC1. Grayscale: #1F1F1F. Windows color (decimal): -12122818 or 4064583. OLE color: 4064583.

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

Color convert

RGB71562-
CMYK00.930.130.72
HSL308.18º86.84%14.9%-
HSV(B)308.18º92.96%27.84%-
XYZ3.521.84.72-
YUV31.23145.37156.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 62 (24.61% from 255) = 44.93%
R=51.45%
G=3.62%
B=44.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7156200.930.130.72308.1886.8414.9
Hex4753E05DD4813457f
Octal10757601351511046412717
Binary1000111101111110010111011101100100010011010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47053E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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