Html Css Color HEX #0E0D14 Black Russian

📋 copy color: '#0E0D14'

red 14 ◦ green 13 ◦ blue 20

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

Shades of Black Russian #0E0D14

Tints of Black Russian #0E0D14

RGB

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

 GREEN value IS 13 (5.47% from 255) = 27.66%

 BLUE value IS 20 (8.2% from 255) = 42.55%

R = 29.79%
G = 27.66%
B = 42.55%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0E0D14 (or 0x0E0D14) is known color: Black Russian. HEX triplet: 0E, 0D and 14. RGB value is (14,13,20). Sum of RGB (Red+Green+Blue) = 14+13+20=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 13 (5.47% from 255 or 27.66% from 47); Blue value is 20 (8.20% from 255 or 42.55% from 47); Max value from RGB is 20 - color contains mainly: blue. Hex color #0E0D14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0D14 is #F1F2EB. Grayscale: #0E0E0E. Windows color (decimal): -15856364 or 1314062. OLE color: 1314062.

HSL color Cylindrical-coordinate representation of color #0E0D14: hue angle of 248.57º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0E0D14 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 14 13 20 -
CMYK 0.30 0.35 0 0.92
HSL 248.57º 0.21% 0.06% -
HSV(B) 248.57º 0.35% 0.08% -
XYZ 0.45 0.43 0.72 -
YUV 14.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 14 13 20 0.30 0.35 0 0.92 248.57 0.21 0.06
Hex E D 14 1E 23 0 5C F9 15 6
Octal 16 15 24 36 43 0 134 371 25 6
Binary 1110 1101 10100 11110 100011 0 1011100 11111001 10101 110

Color Harmonies of #0E0D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0D14

Black with #0E0D14

Text Example


Text Example

White with #0E0D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,13,20); }

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

background-color css

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

 a { background-color: rgb(14,13,20); }

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

border-color css

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

 span { border-color: rgb(14,13,20); }

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