#091327

Color #091327 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #091327

Tints of Black Russian #091327

Color information

#091327 (or 0x091327) is unknown color: approx 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

RGB91939-
CMYK0.770.5100.85
HSL220º62.5%9.41%-
HSV(B)220º76.92%15.29%-
XYZ0.710.672.01-
YUV18.29139.69121.37-

RGB Variations

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

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.62% from 255) = 58.21%
R=13.43%
G=28.36%
B=58.21%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal919390.770.5100.8522062.59.41
Hex913274D33055dc3e9
Octal1123471156301253347611
Binary100110011100111100110111001101010101110111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>