Html Css Color HEX #091128 Black Russian

📋 copy color: '#091128'

red 9 ◦ green 17 ◦ blue 40

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

Shades of Black Russian #091128

Tints of Black Russian #091128

RGB

 RED value IS 9 (3.91% from 255) = 13.64%

 GREEN value IS 17 (7.03% from 255) = 25.76%

 BLUE value IS 40 (16.02% from 255) = 60.61%

R = 13.64%
G = 25.76%
B = 60.61%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#091128 (or 0x091128) is known color: Black Russian. HEX triplet: 09, 11 and 28. RGB value is (9,17,40). Sum of RGB (Red+Green+Blue) = 9+17+40=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 40 (16.02% from 255 or 60.61% from 66); Max value from RGB is 40 - color contains mainly: blue. Hex color #091128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091128 is #F6EED7. Grayscale: #111111. Windows color (decimal): -16183000 or 2625801. OLE color: 2625801.

HSL color Cylindrical-coordinate representation of color #091128: hue angle of 224.52º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #091128 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 9 17 40 -
CMYK 0.78 0.57 0 0.84
HSL 224.52º 0.63% 0.1% -
HSV(B) 224.52º 0.78% 0.16% -
XYZ 0.7 0.61 2.09 -
YUV 17.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 9 17 40 0.78 0.57 0 0.84 224.52 0.63 0.1
Hex 9 11 28 4E 39 0 54 E1 3F A
Octal 11 21 50 116 71 0 124 341 77 12
Binary 1001 10001 101000 1001110 111001 0 1010100 11100001 111111 1010

Color Harmonies of #091128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091128

Black with #091128

Text Example


Text Example

White with #091128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091128; }

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

 H1.HeaderClassName
 {
   color: #091128;
 }
 .AnyTagClassName
 {
   color: #091128;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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