#0A111D

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

Shades of Black Russian #0A111D

Tints of Black Russian #0A111D

Color information

#0A111D (or 0x0A111D) is unknown color: approx Black Russian. HEX triplet: 0A, 11 and 1D. RGB value is (10,17,29). Sum of RGB (Red+Green+Blue) = 10+17+29=56 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.86% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 29 (11.72% from 255 or 51.79% from 56); Max value from RGB is 29 - color contains mainly: blue. Hex color #0A111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A111D is #F5EEE2. Grayscale: #101010. Windows color (decimal): -16117475 or 1904906. OLE color: 1904906.

HSL color Cylindrical-coordinate representation of color #0A111D: hue angle of 217.89º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0A111D is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB101729-
CMYK0.660.4100.89
HSL217.89º48.72%7.65%-
HSV(B)217.89º65.52%11.37%-
XYZ0.550.551.24-
YUV16.27135.18123.52-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 17.86%
GREEN value IS 17 (7.03% from 255) = 30.36%
BLUE value IS 29 (11.72% from 255) = 51.79%
R=17.86%
G=30.36%
B=51.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1017290.660.4100.89217.8948.727.65
HexA111D4229059da318
Octal1221351025101313326110
Binary10101000111101100001010100101011001110110101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,17,29); }

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

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

 a { background-color: rgb(10,17,29); }

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

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

 span { border-color: rgb(10,17,29); }

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