#0E121C

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

Shades of Black Russian #0E121C

Tints of Black Russian #0E121C

Color information

#0E121C (or 0x0E121C) is unknown color: approx Black Russian. HEX triplet: 0E, 12 and 1C. RGB value is (14,18,28). Sum of RGB (Red+Green+Blue) = 14+18+28=60 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.33% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 28 (11.33% from 255 or 46.67% from 60); Max value from RGB is 28 - color contains mainly: blue. Hex color #0E121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E121C is #F1EDE3. Grayscale: #111111. Windows color (decimal): -15855076 or 1839630. OLE color: 1839630.

HSL color Cylindrical-coordinate representation of color #0E121C: hue angle of 222.86º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0E121C is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB141828-
CMYK0.500.3600.89
HSL222.86º33.33%8.24%-
HSV(B)222.86º50%10.98%-
XYZ0.610.611.18-
YUV17.94133.67125.19-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 23.33%
GREEN value IS 18 (7.42% from 255) = 30%
BLUE value IS 28 (11.33% from 255) = 46.67%
R=23.33%
G=30%
B=46.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1418280.500.3600.89222.8633.338.24
HexE121C3224059df218
Octal162234624401313374110
Binary1110100101110011001010010001011001110111111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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