Html Css Color HEX #0E140D Myrtle

📋 copy color: '#0E140D'

red 14 ◦ green 20 ◦ blue 13

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

Shades of Myrtle #0E140D

Tints of Myrtle #0E140D

RGB

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

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

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

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

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.35

 K value IS 0.92

RGB Variations

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

Color information

#0E140D (or 0x0E140D) is known color: Myrtle. HEX triplet: 0E, 14 and 0D. RGB value is (14,20,13). Sum of RGB (Red+Green+Blue) = 14+20+13=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 20 (8.20% from 255 or 42.55% from 47); Blue value is 13 (5.47% from 255 or 27.66% from 47); Max value from RGB is 20 - color contains mainly: green. Hex color #0E140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E140D is #F1EBF2. Grayscale: #111111. Windows color (decimal): -15854579 or 857102. OLE color: 857102.

HSL color Cylindrical-coordinate representation of color #0E140D: hue angle of 111.43º 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 #0E140D is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.92.

Color convert

RGB 14 20 13 -
CMYK 0.30 0 0.35 0.92
HSL 111.43º 0.21% 0.06% -
HSV(B) 111.43º 0.35% 0.08% -
XYZ 0.5 0.62 0.47 -
YUV 17.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 14 20 13 0.30 0 0.35 0.92 111.43 0.21 0.06
Hex E 14 D 1E 0 23 5C 6F 15 6
Octal 16 24 15 36 0 43 134 157 25 6
Binary 1110 10100 1101 11110 0 100011 1011100 1101111 10101 110

Color Harmonies of #0E140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E140D

Black with #0E140D

Text Example


Text Example

White with #0E140D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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