Html Css Color HEX #0E1118 Black Russian

📋 copy color: '#0E1118'

red 14 ◦ green 17 ◦ blue 24

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

Shades of Black Russian #0E1118

Tints of Black Russian #0E1118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 43.64%

R = 25.45%
G = 30.91%
B = 43.64%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0E1118 (or 0x0E1118) is known color: Black Russian. HEX triplet: 0E, 11 and 18. RGB value is (14,17,24). Sum of RGB (Red+Green+Blue) = 14+17+24=55 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25.45% from 55); Green value is 17 (7.03% from 255 or 30.91% from 55); Blue value is 24 (9.77% from 255 or 43.64% from 55); Max value from RGB is 24 - color contains mainly: blue. Hex color #0E1118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1118 is #F1EEE7. Grayscale: #101010. Windows color (decimal): -15855336 or 1577230. OLE color: 1577230.

HSL color Cylindrical-coordinate representation of color #0E1118: hue angle of 222º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0E1118 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 14 17 24 -
CMYK 0.42 0.29 0 0.91
HSL 222º 0.26% 0.07% -
HSV(B) 222º 0.42% 0.09% -
XYZ 0.55 0.56 0.94 -
YUV 16.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 14 17 24 0.42 0.29 0 0.91 222 0.26 0.07
Hex E 11 18 2A 1D 0 5B DE 1A 7
Octal 16 21 30 52 35 0 133 336 32 7
Binary 1110 10001 11000 101010 11101 0 1011011 11011110 11010 111

Color Harmonies of #0E1118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1118

Black with #0E1118

Text Example


Text Example

White with #0E1118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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