Html Css Color HEX #0E120D Myrtle

📋 copy color: '#0E120D'

red 14 ◦ green 18 ◦ blue 13

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

Shades of Myrtle #0E120D

Tints of Myrtle #0E120D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 40%

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

R = 31.11%
G = 40%
B = 28.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.28

 K value IS 0.93

RGB Variations

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

Color information

#0E120D (or 0x0E120D) is known color: Myrtle. HEX triplet: 0E, 12 and 0D. RGB value is (14,18,13). Sum of RGB (Red+Green+Blue) = 14+18+13=45 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.11% from 45); Green value is 18 (7.42% from 255 or 40% from 45); Blue value is 13 (5.47% from 255 or 28.89% from 45); Max value from RGB is 18 - color contains mainly: green. Hex color #0E120D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E120D is #F1EDF2. Grayscale: #101010. Windows color (decimal): -15855091 or 856590. OLE color: 856590.

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

Color convert

RGB 14 18 13 -
CMYK 0.22 0 0.28 0.93
HSL 108º 0.16% 0.06% -
HSV(B) 108º 0.28% 0.07% -
XYZ 0.47 0.56 0.46 -
YUV 16.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 14 18 13 0.22 0 0.28 0.93 108 0.16 0.06
Hex E 12 D 16 0 1C 5D 6C 10 6
Octal 16 22 15 26 0 34 135 154 20 6
Binary 1110 10010 1101 10110 0 11100 1011101 1101100 10000 110

Color Harmonies of #0E120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E120D

Black with #0E120D

Text Example


Text Example

White with #0E120D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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