Html Css Color HEX #0E121F Black Russian

📋 copy color: '#0E121F'

red 14 ◦ green 18 ◦ blue 31

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

Shades of Black Russian #0E121F

Tints of Black Russian #0E121F

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 value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0E121F (or 0x0E121F) is known color: 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

RGB 14 18 31 -
CMYK 0.55 0.42 0 0.88
HSL 225.88º 0.38% 0.09% -
HSV(B) 225.88º 0.55% 0.12% -
XYZ 0.64 0.62 1.38 -
YUV 18.29 135.17 124.94 -
System Red Green Blue C M Y K H S L
Decimal 14 18 31 0.55 0.42 0 0.88 225.88 0.38 0.09
Hex E 12 1F 37 2A 0 58 E2 26 9
Octal 16 22 37 67 52 0 130 342 46 11
Binary 1110 10010 11111 110111 101010 0 1011000 11100010 100110 1001

Color Harmonies of #0E121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E121F

Black with #0E121F

Text Example


Text Example

White with #0E121F

Text Example


Text Example

HTML Codes & Css Web 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>