Html Css Color HEX #0E150D Myrtle

📋 copy color: '#0E150D'

red 14 ◦ green 21 ◦ blue 13

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

Shades of Myrtle #0E150D

Tints of Myrtle #0E150D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 43.75%

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

R = 29.17%
G = 43.75%
B = 27.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.92

RGB Variations

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

Color information

#0E150D (or 0x0E150D) is known color: Myrtle. HEX triplet: 0E, 15 and 0D. RGB value is (14,21,13). Sum of RGB (Red+Green+Blue) = 14+21+13=48 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.17% from 48); Green value is 21 (8.59% from 255 or 43.75% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 21 - color contains mainly: green. Hex color #0E150D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E150D is #F1EAF2. Grayscale: #121212. Windows color (decimal): -15854323 or 857358. OLE color: 857358.

HSL color Cylindrical-coordinate representation of color #0E150D: hue angle of 112.5º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0E150D is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.92.

Color convert

RGB 14 21 13 -
CMYK 0.33 0 0.38 0.92
HSL 112.5º 0.24% 0.07% -
HSV(B) 112.5º 0.38% 0.08% -
XYZ 0.52 0.66 0.48 -
YUV 18 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 14 21 13 0.33 0 0.38 0.92 112.5 0.24 0.07
Hex E 15 D 21 0 26 5C 70 18 7
Octal 16 25 15 41 0 46 134 160 30 7
Binary 1110 10101 1101 100001 0 100110 1011100 1110000 11000 111

Color Harmonies of #0E150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E150D

Black with #0E150D

Text Example


Text Example

White with #0E150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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