Html Css Color HEX #0E180D Myrtle

📋 copy color: '#0E180D'

red 14 ◦ green 24 ◦ blue 13

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

Shades of Myrtle #0E180D

Tints of Myrtle #0E180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 47.06%

 BLUE value IS 13 (5.47% from 255) = 25.49%

R = 27.45%
G = 47.06%
B = 25.49%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.46

 K value IS 0.91

RGB Variations

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

Color information

#0E180D (or 0x0E180D) is known color: Myrtle. HEX triplet: 0E, 18 and 0D. RGB value is (14,24,13). Sum of RGB (Red+Green+Blue) = 14+24+13=51 (6% of max value = 765). Red value is 14 (5.86% from 255 or 27.45% from 51); Green value is 24 (9.77% from 255 or 47.06% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 24 - color contains mainly: green. Hex color #0E180D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E180D is #F1E7F2. Grayscale: #131313. Windows color (decimal): -15853555 or 858126. OLE color: 858126.

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

Color convert

RGB 14 24 13 -
CMYK 0.42 0 0.46 0.91
HSL 114.55º 0.3% 0.07% -
HSV(B) 114.55º 0.46% 0.09% -
XYZ 0.58 0.78 0.5 -
YUV 19.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 14 24 13 0.42 0 0.46 0.91 114.55 0.3 0.07
Hex E 18 D 2A 0 2E 5B 73 1E 7
Octal 16 30 15 52 0 56 133 163 36 7
Binary 1110 11000 1101 101010 0 101110 1011011 1110011 11110 111

Color Harmonies of #0E180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E180D

Black with #0E180D

Text Example


Text Example

White with #0E180D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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