Html Css Color HEX #0E121C Black Russian

📋 copy color: '#0E121C'

red 14 ◦ green 18 ◦ blue 28

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

Shades of Black Russian #0E121C

Tints of Black Russian #0E121C

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

 M value IS 0.36

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

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

RGB 14 18 28 -
CMYK 0.50 0.36 0 0.89
HSL 222.86º 0.33% 0.08% -
HSV(B) 222.86º 0.5% 0.11% -
XYZ 0.61 0.61 1.18 -
YUV 17.94 133.67 125.19 -
System Red Green Blue C M Y K H S L
Decimal 14 18 28 0.50 0.36 0 0.89 222.86 0.33 0.08
Hex E 12 1C 32 24 0 59 DF 21 8
Octal 16 22 34 62 44 0 131 337 41 10
Binary 1110 10010 11100 110010 100100 0 1011001 11011111 100001 1000

Color Harmonies of #0E121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E121C

Black with #0E121C

Text Example


Text Example

White with #0E121C

Text Example


Text Example

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