#0E121F

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

Shades of Black Russian #0E121F

Tints of Black Russian #0E121F

Color information

#0E121F (or 0x0E121F) is unknown color: approx Black Russian. HEX triplet: 0E, 12 and 1F. RGB value is (14,18,31). Sum of RGB (Red+Green+Blue) = 14+18+31=63 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.22% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 31 (12.5% from 255 or 49.21% from 63); Max value from RGB is 31 - color contains mainly: blue. Hex color #0E121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E121F is #F1EDE0. Grayscale: #121212. Windows color (decimal): -15855073 or 2036238. OLE color: 2036238.

HSL color Cylindrical-coordinate representation of color #0E121F: hue angle of 225.88º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0E121F is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB141831-
CMYK0.550.4200.88
HSL225.88º37.78%8.82%-
HSV(B)225.88º54.84%12.16%-
XYZ0.640.621.38-
YUV18.29135.17124.94-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 22.22%
GREEN value IS 18 (7.42% from 255) = 28.57%
BLUE value IS 31 (12.5% from 255) = 49.21%
R=22.22%
G=28.57%
B=49.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1418310.550.4200.88225.8837.788.82
HexE121F372A058e2269
Octal162237675201303424611
Binary1110100101111111011110101001011000111000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,18,31); }

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

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

 a { background-color: rgb(14,18,31); }

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

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

 span { border-color: rgb(14,18,31); }

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