#090E1C

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

Shades of Black Russian #090E1C

Tints of Black Russian #090E1C

Color information

#090E1C (or 0x090E1C) is unknown color: approx Black Russian. HEX triplet: 09, 0E and 1C. RGB value is (9,14,28). Sum of RGB (Red+Green+Blue) = 9+14+28=51 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.65% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 28 (11.33% from 255 or 54.90% from 51); Max value from RGB is 28 - color contains mainly: blue. Hex color #090E1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090E1C is #F6F1E3. Grayscale: #0E0E0E. Windows color (decimal): -16183780 or 1838601. OLE color: 1838601.

HSL color Cylindrical-coordinate representation of color #090E1C: hue angle of 224.21º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #090E1C is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB91428-
CMYK0.680.5000.89
HSL224.21º51.35%7.25%-
HSV(B)224.21º67.86%10.98%-
XYZ0.480.461.16-
YUV14.1135.84124.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 17.65%
GREEN value IS 14 (5.86% from 255) = 27.45%
BLUE value IS 28 (11.33% from 255) = 54.90%
R=17.65%
G=27.45%
B=54.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal914280.680.5000.89224.2151.357.25
Hex9E1C4432059e0337
Octal111634104620131340637
Binary100111101110010001001100100101100111100000110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090E1C; }

 p { color: rgb(9,14,28); }

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

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

 a { background-color: rgb(9,14,28); }

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

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

 span { border-color: rgb(9,14,28); }

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