#090A12

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

Shades of Black Russian #090A12

Tints of Black Russian #090A12

Color information

#090A12 (or 0x090A12) is unknown color: approx Black Russian. HEX triplet: 09, 0A and 12. RGB value is (9,10,18). Sum of RGB (Red+Green+Blue) = 9+10+18=37 (4% of max value = 765). Red value is 9 (3.91% from 255 or 24.32% from 37); Green value is 10 (4.30% from 255 or 27.03% from 37); Blue value is 18 (7.42% from 255 or 48.65% from 37); Max value from RGB is 18 - color contains mainly: blue. Hex color #090A12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090A12 is #F6F5ED. Grayscale: #0A0A0A. Windows color (decimal): -16184814 or 1182217. OLE color: 1182217.

HSL color Cylindrical-coordinate representation of color #090A12: hue angle of 233.33º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #090A12 is Cyan = 0.5, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB91018-
CMYK0.50.4400.93
HSL233.33º33.33%5.29%-
HSV(B)233.33º50%7.06%-
XYZ0.330.320.62-
YUV10.61132.17126.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 24.32%
GREEN value IS 10 (4.30% from 255) = 27.03%
BLUE value IS 18 (7.42% from 255) = 48.65%
R=24.32%
G=27.03%
B=48.65%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal910180.50.4400.93233.3333.335.29
Hex9A12322C05De9215
Octal11122262540135351415
Binary10011010100101100101011000101110111101001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,10,18); }

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

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

 a { background-color: rgb(9,10,18); }

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

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

 span { border-color: rgb(9,10,18); }

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