Html Css Color HEX #091127 Black Russian

📋 copy color: '#091127'

red 9 ◦ green 17 ◦ blue 39

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

Shades of Black Russian #091127

Tints of Black Russian #091127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 60%

R = 13.85%
G = 26.15%
B = 60%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#091127 (or 0x091127) is known color: Black Russian. HEX triplet: 09, 11 and 27. RGB value is (9,17,39). Sum of RGB (Red+Green+Blue) = 9+17+39=65 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.85% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 39 (15.62% from 255 or 60% from 65); Max value from RGB is 39 - color contains mainly: blue. Hex color #091127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091127 is #F6EED8. Grayscale: #111111. Windows color (decimal): -16183001 or 2560265. OLE color: 2560265.

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

Color convert

RGB 9 17 39 -
CMYK 0.77 0.56 0 0.85
HSL 224º 0.63% 0.09% -
HSV(B) 224º 0.77% 0.15% -
XYZ 0.68 0.61 2 -
YUV 17.12 140.35 122.21 -
System Red Green Blue C M Y K H S L
Decimal 9 17 39 0.77 0.56 0 0.85 224 0.63 0.09
Hex 9 11 27 4D 38 0 55 E0 3E 9
Octal 11 21 47 115 70 0 125 340 76 11
Binary 1001 10001 100111 1001101 111000 0 1010101 11100000 111110 1001

Color Harmonies of #091127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091127

Black with #091127

Text Example


Text Example

White with #091127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091127; }

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

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

background-color css

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

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

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

border-color css

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

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

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