Html Css Color HEX #091126 Black Russian

📋 copy color: '#091126'

red 9 ◦ green 17 ◦ blue 38

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

Shades of Black Russian #091126

Tints of Black Russian #091126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 59.38%

R = 14.06%
G = 26.56%
B = 59.38%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#091126 (or 0x091126) is known color: Black Russian. HEX triplet: 09, 11 and 26. RGB value is (9,17,38). Sum of RGB (Red+Green+Blue) = 9+17+38=64 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.06% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 38 (15.23% from 255 or 59.38% from 64); Max value from RGB is 38 - color contains mainly: blue. Hex color #091126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091126 is #F6EED9. Grayscale: #101010. Windows color (decimal): -16183002 or 2494729. OLE color: 2494729.

HSL color Cylindrical-coordinate representation of color #091126: hue angle of 223.45º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #091126 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 9 17 38 -
CMYK 0.76 0.55 0 0.85
HSL 223.45º 0.62% 0.09% -
HSV(B) 223.45º 0.76% 0.15% -
XYZ 0.66 0.6 1.91 -
YUV 17 139.85 122.29 -
System Red Green Blue C M Y K H S L
Decimal 9 17 38 0.76 0.55 0 0.85 223.45 0.62 0.09
Hex 9 11 26 4C 37 0 55 DF 3E 9
Octal 11 21 46 114 67 0 125 337 76 11
Binary 1001 10001 100110 1001100 110111 0 1010101 11011111 111110 1001

Color Harmonies of #091126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091126

Black with #091126

Text Example


Text Example

White with #091126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091126; }

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

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

background-color css

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

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

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

border-color css

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

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

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