#47053C

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

Shades of Blackberry #47053C

Tints of Blackberry #47053C

Color information

#47053C (or 0x47053C) is unknown color: approx Blackberry. HEX triplet: 47, 05 and 3C. RGB value is (71,5,60). Sum of RGB (Red+Green+Blue) = 71+5+60=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 60 (23.83% from 255 or 44.12% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #47053C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47053C is #B8FAC3. Grayscale: #1E1E1E. Windows color (decimal): -12122820 or 3933511. OLE color: 3933511.

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

Color convert

RGB71560-
CMYK00.930.150.72
HSL310º86.84%14.9%-
HSV(B)310º92.96%27.84%-
XYZ3.471.774.43-
YUV31144.37156.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.21%
GREEN value IS 5 (2.34% from 255) = 3.68%
BLUE value IS 60 (23.83% from 255) = 44.12%
R=52.21%
G=3.68%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7156000.930.150.7231086.8414.9
Hex4753C05DF4813657f
Octal10757401351711046612717
Binary1000111101111100010111011111100100010011011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47053C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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