Html Css Color HEX #091327 Black Russian

📋 copy color: '#091327'

red 9 ◦ green 19 ◦ blue 39

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

Shades of Black Russian #091327

Tints of Black Russian #091327

RGB

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

 GREEN value IS 19 (7.81% from 255) = 28.36%

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

R = 13.43%
G = 28.36%
B = 58.21%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#091327 (or 0x091327) is known color: Black Russian. HEX triplet: 09, 13 and 27. RGB value is (9,19,39). Sum of RGB (Red+Green+Blue) = 9+19+39=67 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.43% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 39 (15.62% from 255 or 58.21% from 67); Max value from RGB is 39 - color contains mainly: blue. Hex color #091327 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091327 is #F6ECD8. Grayscale: #121212. Windows color (decimal): -16182489 or 2560777. OLE color: 2560777.

HSL color Cylindrical-coordinate representation of color #091327: hue angle of 220º 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 #091327 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 9 19 39 -
CMYK 0.77 0.51 0 0.85
HSL 220º 0.63% 0.09% -
HSV(B) 220º 0.77% 0.15% -
XYZ 0.71 0.67 2.01 -
YUV 18.29 139.69 121.37 -
System Red Green Blue C M Y K H S L
Decimal 9 19 39 0.77 0.51 0 0.85 220 0.63 0.09
Hex 9 13 27 4D 33 0 55 DC 3E 9
Octal 11 23 47 115 63 0 125 334 76 11
Binary 1001 10011 100111 1001101 110011 0 1010101 11011100 111110 1001

Color Harmonies of #091327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091327

Black with #091327

Text Example


Text Example

White with #091327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091327; }

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

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

background-color css

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

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

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

border-color css

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

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

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