Html Css Color HEX #0D0E11 Black Russian

📋 copy color: '#0D0E11'

red 13 ◦ green 14 ◦ blue 17

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

Shades of Black Russian #0D0E11

Tints of Black Russian #0D0E11

RGB

 RED value IS 13 (5.47% from 255) = 29.55%

 GREEN value IS 14 (5.86% from 255) = 31.82%

 BLUE value IS 17 (7.03% from 255) = 38.64%

R = 29.55%
G = 31.82%
B = 38.64%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0D0E11 (or 0x0D0E11) is known color: Black Russian. HEX triplet: 0D, 0E and 11. RGB value is (13,14,17). Sum of RGB (Red+Green+Blue) = 13+14+17=44 (5% of max value = 765). Red value is 13 (5.47% from 255 or 29.55% from 44); Green value is 14 (5.86% from 255 or 31.82% from 44); Blue value is 17 (7.03% from 255 or 38.64% from 44); Max value from RGB is 17 - color contains mainly: blue. Hex color #0D0E11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0E11 is #F2F1EE. Grayscale: #0E0E0E. Windows color (decimal): -15921647 or 1117709. OLE color: 1117709.

HSL color Cylindrical-coordinate representation of color #0D0E11: hue angle of 225º degrees, saturation: 0.13, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #0D0E11 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 13 14 17 -
CMYK 0.24 0.18 0 0.93
HSL 225º 0.13% 0.06% -
HSV(B) 225º 0.24% 0.07% -
XYZ 0.42 0.44 0.59 -
YUV 14.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 13 14 17 0.24 0.18 0 0.93 225 0.13 0.06
Hex D E 11 18 12 0 5D E1 D 6
Octal 15 16 21 30 22 0 135 341 15 6
Binary 1101 1110 10001 11000 10010 0 1011101 11100001 1101 110

Color Harmonies of #0D0E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0E11

Black with #0D0E11

Text Example


Text Example

White with #0D0E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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