#47093C

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

Shades of Blackberry #47093C

Tints of Blackberry #47093C

Color information

#47093C (or 0x47093C) is unknown color: approx Blackberry. HEX triplet: 47, 09 and 3C. RGB value is (71,9,60). Sum of RGB (Red+Green+Blue) = 71+9+60=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #47093C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47093C is #B8F6C3. Grayscale: #212121. Windows color (decimal): -12121796 or 3934535. OLE color: 3934535.

HSL color Cylindrical-coordinate representation of color #47093C: hue angle of 310.65º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #47093C is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB71960-
CMYK00.870.150.72
HSL310.65º77.5%15.69%-
HSV(B)310.65º87.32%27.84%-
XYZ3.511.864.45-
YUV33.35143.04154.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.71%
GREEN value IS 9 (3.91% from 255) = 6.43%
BLUE value IS 60 (23.83% from 255) = 42.86%
R=50.71%
G=6.43%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7196000.870.150.72310.6577.515.69
Hex4793C057F481374e10
Octal107117401271711046711620
Binary100011110011111000101011111111001000100110111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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