Html Css Color HEX #0E111C Black Russian

📋 copy color: '#0E111C'

red 14 ◦ green 17 ◦ blue 28

#0E111C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #0E111C

Tints of Black Russian #0E111C

RGB

 RED value IS 14 (5.86% from 255) = 23.73%

 GREEN value IS 17 (7.03% from 255) = 28.81%

 BLUE value IS 28 (11.33% from 255) = 47.46%

R = 23.73%
G = 28.81%
B = 47.46%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0E111C (or 0x0E111C) is known color: Black Russian. HEX triplet: 0E, 11 and 1C. RGB value is (14,17,28). Sum of RGB (Red+Green+Blue) = 14+17+28=59 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.73% from 59); Green value is 17 (7.03% from 255 or 28.81% from 59); Blue value is 28 (11.33% from 255 or 47.46% from 59); Max value from RGB is 28 - color contains mainly: blue. Hex color #0E111C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E111C is #F1EEE3. Grayscale: #111111. Windows color (decimal): -15855332 or 1839374. OLE color: 1839374.

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

Color convert

RGB 14 17 28 -
CMYK 0.50 0.39 0 0.89
HSL 227.14º 0.33% 0.08% -
HSV(B) 227.14º 0.5% 0.11% -
XYZ 0.59 0.58 1.18 -
YUV 17.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 14 17 28 0.50 0.39 0 0.89 227.14 0.33 0.08
Hex E 11 1C 32 27 0 59 E3 21 8
Octal 16 21 34 62 47 0 131 343 41 10
Binary 1110 10001 11100 110010 100111 0 1011001 11100011 100001 1000

Color Harmonies of #0E111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E111C

Black with #0E111C

Text Example


Text Example

White with #0E111C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E111C;
 }
 .AnyTagClassName
 {
   color: #0E111C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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