Html Css Color HEX #0E0D17 Black Russian

📋 copy color: '#0E0D17'

red 14 ◦ green 13 ◦ blue 23

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

Shades of Black Russian #0E0D17

Tints of Black Russian #0E0D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 46%

R = 28%
G = 26%
B = 46%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0E0D17 (or 0x0E0D17) is known color: Black Russian. HEX triplet: 0E, 0D and 17. RGB value is (14,13,23). Sum of RGB (Red+Green+Blue) = 14+13+23=50 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28% from 50); Green value is 13 (5.47% from 255 or 26% from 50); Blue value is 23 (9.38% from 255 or 46% from 50); Max value from RGB is 23 - color contains mainly: blue. Hex color #0E0D17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0D17 is #F1F2E8. Grayscale: #0E0E0E. Windows color (decimal): -15856361 or 1510670. OLE color: 1510670.

HSL color Cylindrical-coordinate representation of color #0E0D17: hue angle of 246º degrees, saturation: 0.28, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #0E0D17 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 14 13 23 -
CMYK 0.39 0.43 0 0.91
HSL 246º 0.28% 0.07% -
HSV(B) 246º 0.43% 0.09% -
XYZ 0.48 0.44 0.87 -
YUV 14.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 14 13 23 0.39 0.43 0 0.91 246 0.28 0.07
Hex E D 17 27 2B 0 5B F6 1C 7
Octal 16 15 27 47 53 0 133 366 34 7
Binary 1110 1101 10111 100111 101011 0 1011011 11110110 11100 111

Color Harmonies of #0E0D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0D17

Black with #0E0D17

Text Example


Text Example

White with #0E0D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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