Html Css Color HEX #091120 Black Russian

📋 copy color: '#091120'

red 9 ◦ green 17 ◦ blue 32

#091120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #091120

Tints of Black Russian #091120

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 value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#091120 (or 0x091120) is known color: 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

RGB 9 17 32 -
CMYK 0.72 0.47 0 0.87
HSL 219.13º 0.56% 0.08% -
HSV(B) 219.13º 0.72% 0.13% -
XYZ 0.57 0.56 1.44 -
YUV 16.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 9 17 32 0.72 0.47 0 0.87 219.13 0.56 0.08
Hex 9 11 20 48 2F 0 57 DB 38 8
Octal 11 21 40 110 57 0 127 333 70 10
Binary 1001 10001 100000 1001000 101111 0 1010111 11011011 111000 1000

Color Harmonies of #091120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091120

Black with #091120

Text Example


Text Example

White with #091120

Text Example


Text Example

HTML Codes & Css Web 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>