#0E131F

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

Shades of Black Russian #0E131F

Tints of Black Russian #0E131F

Color information

#0E131F (or 0x0E131F) is unknown color: approx Black Russian. HEX triplet: 0E, 13 and 1F. RGB value is (14,19,31). Sum of RGB (Red+Green+Blue) = 14+19+31=64 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.88% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 31 - color contains mainly: blue. Hex color #0E131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E131F is #F1ECE0. Grayscale: #121212. Windows color (decimal): -15854817 or 2036494. OLE color: 2036494.

HSL color Cylindrical-coordinate representation of color #0E131F: hue angle of 222.35º 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 #0E131F is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB141931-
CMYK0.550.3900.88
HSL222.35º37.78%8.82%-
HSV(B)222.35º54.84%12.16%-
XYZ0.660.661.39-
YUV18.87134.84124.52-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 21.88%
GREEN value IS 19 (7.81% from 255) = 29.69%
BLUE value IS 31 (12.5% from 255) = 48.44%
R=21.88%
G=29.69%
B=48.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1419310.550.3900.88222.3537.788.82
HexE131F3727058de269
Octal162337674701303364611
Binary1110100111111111011110011101011000110111101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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