#091326

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

Shades of Black Russian #091326

Tints of Black Russian #091326

Color information

#091326 (or 0x091326) is unknown color: approx Black Russian. HEX triplet: 09, 13 and 26. RGB value is (9,19,38). Sum of RGB (Red+Green+Blue) = 9+19+38=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 38 (15.23% from 255 or 57.58% from 66); Max value from RGB is 38 - color contains mainly: blue. Hex color #091326 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091326 is #F6ECD9. Grayscale: #121212. Windows color (decimal): -16182490 or 2495241. OLE color: 2495241.

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

Color convert

RGB91938-
CMYK0.760.5000.85
HSL219.31º61.7%9.22%-
HSV(B)219.31º76.32%14.9%-
XYZ0.70.661.93-
YUV18.18139.19121.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.64%
GREEN value IS 19 (7.81% from 255) = 28.79%
BLUE value IS 38 (15.23% from 255) = 57.58%
R=13.64%
G=28.79%
B=57.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal919380.760.5000.85219.3161.79.22
Hex913264C32055db3e9
Octal1123461146201253337611
Binary100110011100110100110011001001010101110110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091326; }

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

 H1.HeaderClassName
 {
   color: #091326;
 }
 .AnyTagClassName
 {
   color: #091326;
 }
</style>
background-color css

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

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

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

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

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

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