#0A111F

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

Shades of Black Russian #0A111F

Tints of Black Russian #0A111F

Color information

#0A111F (or 0x0A111F) is unknown color: approx Black Russian. HEX triplet: 0A, 11 and 1F. RGB value is (10,17,31). Sum of RGB (Red+Green+Blue) = 10+17+31=58 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.24% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 31 (12.5% from 255 or 53.45% from 58); Max value from RGB is 31 - color contains mainly: blue. Hex color #0A111F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A111F is #F5EEE0. Grayscale: #101010. Windows color (decimal): -16117473 or 2035978. OLE color: 2035978.

HSL color Cylindrical-coordinate representation of color #0A111F: hue angle of 220º degrees, saturation: 0.51, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0A111F is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB101731-
CMYK0.680.4500.88
HSL220º51.22%8.04%-
HSV(B)220º67.74%12.16%-
XYZ0.570.561.38-
YUV16.5136.18123.36-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 17.24%
GREEN value IS 17 (7.03% from 255) = 29.31%
BLUE value IS 31 (12.5% from 255) = 53.45%
R=17.24%
G=29.31%
B=53.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1017310.680.4500.8822051.228.04
HexA111F442D058dc338
Octal1221371045501303346310
Binary10101000111111100010010110101011000110111001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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