#0A090E

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

Shades of Black Russian #0A090E

Tints of Black Russian #0A090E

Color information

#0A090E (or 0x0A090E) is unknown color: approx Black Russian. HEX triplet: 0A, 09 and 0E. RGB value is (10,9,14). Sum of RGB (Red+Green+Blue) = 10+9+14=33 (4% of max value = 765). Red value is 10 (4.30% from 255 or 30.30% from 33); Green value is 9 (3.91% from 255 or 27.27% from 33); Blue value is 14 (5.86% from 255 or 42.42% from 33); Max value from RGB is 14 - color contains mainly: blue. Hex color #0A090E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A090E is #F5F6F1. Grayscale: #090909. Windows color (decimal): -16119538 or 919818. OLE color: 919818.

HSL color Cylindrical-coordinate representation of color #0A090E: hue angle of 252º degrees, saturation: 0.22, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #0A090E is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB10914-
CMYK0.290.3600.95
HSL252º21.74%4.51%-
HSV(B)252º35.71%5.49%-
XYZ0.30.290.46-
YUV9.87130.33128.09-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 30.30%
GREEN value IS 9 (3.91% from 255) = 27.27%
BLUE value IS 14 (5.86% from 255) = 42.42%
R=30.30%
G=27.27%
B=42.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal109140.290.3600.9525221.744.51
HexA9E1D2405Ffc165
Octal12111635440137374265
Binary10101001111011101100100010111111111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A090E; }

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

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

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

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

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

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

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

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