#091120

Color #091120 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #091120

Tints of Black Russian #091120

Color information

#091120 (or 0x091120) is unknown color: approx Black Russian. HEX triplet: 09, 11 and 20. RGB value is (9,17,32). Sum of RGB (Red+Green+Blue) = 9+17+32=58 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.52% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 32 (12.89% from 255 or 55.17% from 58); Max value from RGB is 32 - color contains mainly: blue. Hex color #091120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091120 is #F6EEDF. Grayscale: #101010. Windows color (decimal): -16183008 or 2101513. OLE color: 2101513.

HSL color Cylindrical-coordinate representation of color #091120: hue angle of 219.13º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #091120 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB91732-
CMYK0.720.4700.87
HSL219.13º56.1%8.04%-
HSV(B)219.13º71.88%12.55%-
XYZ0.570.561.44-
YUV16.32136.85122.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 15.52%
GREEN value IS 17 (7.03% from 255) = 29.31%
BLUE value IS 32 (12.89% from 255) = 55.17%
R=15.52%
G=29.31%
B=55.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal917320.720.4700.87219.1356.18.04
Hex91120482F057db388
Octal1121401105701273337010
Binary100110001100000100100010111101010111110110111110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091120; }

 p { color: rgb(9,17,32); }

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

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

 a { background-color: rgb(9,17,32); }

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

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

 span { border-color: rgb(9,17,32); }

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