Html Css Color HEX #0E1D0C Myrtle

📋 copy color: '#0E1D0C'

red 14 ◦ green 29 ◦ blue 12

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

Shades of Myrtle #0E1D0C

Tints of Myrtle #0E1D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 21.82%

R = 25.45%
G = 52.73%
B = 21.82%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.59

 K value IS 0.89

RGB Variations

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

Color information

#0E1D0C (or 0x0E1D0C) is known color: Myrtle. HEX triplet: 0E, 1D and 0C. RGB value is (14,29,12). Sum of RGB (Red+Green+Blue) = 14+29+12=55 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25.45% from 55); Green value is 29 (11.72% from 255 or 52.73% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 29 - color contains mainly: green. Hex color #0E1D0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1D0C is #F1E2F3. Grayscale: #161616. Windows color (decimal): -15852276 or 793870. OLE color: 793870.

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

Color convert

RGB 14 29 12 -
CMYK 0.52 0 0.59 0.89
HSL 112.94º 0.41% 0.08% -
HSV(B) 112.94º 0.59% 0.11% -
XYZ 0.69 1 0.5 -
YUV 22.58 122.03 121.88 -
System Red Green Blue C M Y K H S L
Decimal 14 29 12 0.52 0 0.59 0.89 112.94 0.41 0.08
Hex E 1D C 34 0 3B 59 71 29 8
Octal 16 35 14 64 0 73 131 161 51 10
Binary 1110 11101 1100 110100 0 111011 1011001 1110001 101001 1000

Color Harmonies of #0E1D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1D0C

Black with #0E1D0C

Text Example


Text Example

White with #0E1D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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