Html Css Color HEX #0E1D09 Myrtle

📋 copy color: '#0E1D09'

red 14 ◦ green 29 ◦ blue 9

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

Shades of Myrtle #0E1D09

Tints of Myrtle #0E1D09

RGB

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

 GREEN value IS 29 (11.72% from 255) = 55.77%

 BLUE value IS 9 (3.91% from 255) = 17.31%

R = 26.92%
G = 55.77%
B = 17.31%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.69

 K value IS 0.89

RGB Variations

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

Color information

#0E1D09 (or 0x0E1D09) is known color: Myrtle. HEX triplet: 0E, 1D and 09. RGB value is (14,29,9). Sum of RGB (Red+Green+Blue) = 14+29+9=52 (6% of max value = 765). Red value is 14 (5.86% from 255 or 26.92% from 52); Green value is 29 (11.72% from 255 or 55.77% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 29 - color contains mainly: green. Hex color #0E1D09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1D09 is #F1E2F6. Grayscale: #161616. Windows color (decimal): -15852279 or 597262. OLE color: 597262.

HSL color Cylindrical-coordinate representation of color #0E1D09: hue angle of 105º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0E1D09 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.89.

Color convert

RGB 14 29 9 -
CMYK 0.52 0 0.69 0.89
HSL 105º 0.53% 0.07% -
HSV(B) 105º 0.69% 0.11% -
XYZ 0.67 0.99 0.41 -
YUV 22.24 120.53 122.13 -
System Red Green Blue C M Y K H S L
Decimal 14 29 9 0.52 0 0.69 0.89 105 0.53 0.07
Hex E 1D 9 34 0 45 59 69 35 7
Octal 16 35 11 64 0 105 131 151 65 7
Binary 1110 11101 1001 110100 0 1000101 1011001 1101001 110101 111

Color Harmonies of #0E1D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1D09

Black with #0E1D09

Text Example


Text Example

White with #0E1D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,29,9); }

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

background-color css

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

 a { background-color: rgb(14,29,9); }

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

border-color css

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

 span { border-color: rgb(14,29,9); }

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