Html Css Color HEX #0E131C Black Russian

📋 copy color: '#0E131C'

red 14 ◦ green 19 ◦ blue 28

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

Shades of Black Russian #0E131C

Tints of Black Russian #0E131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 31.15%

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

R = 22.95%
G = 31.15%
B = 45.9%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0E131C (or 0x0E131C) is known color: Black Russian. HEX triplet: 0E, 13 and 1C. RGB value is (14,19,28). Sum of RGB (Red+Green+Blue) = 14+19+28=61 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.95% from 61); Green value is 19 (7.81% from 255 or 31.15% from 61); Blue value is 28 (11.33% from 255 or 45.90% from 61); Max value from RGB is 28 - color contains mainly: blue. Hex color #0E131C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E131C is #F1ECE3. Grayscale: #121212. Windows color (decimal): -15854820 or 1839886. OLE color: 1839886.

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

Color convert

RGB 14 19 28 -
CMYK 0.50 0.32 0 0.89
HSL 218.57º 0.33% 0.08% -
HSV(B) 218.57º 0.5% 0.11% -
XYZ 0.62 0.64 1.19 -
YUV 18.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 14 19 28 0.50 0.32 0 0.89 218.57 0.33 0.08
Hex E 13 1C 32 20 0 59 DB 21 8
Octal 16 23 34 62 40 0 131 333 41 10
Binary 1110 10011 11100 110010 100000 0 1011001 11011011 100001 1000

Color Harmonies of #0E131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E131C

Black with #0E131C

Text Example


Text Example

White with #0E131C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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