Html Css Color HEX #0E180C Myrtle

📋 copy color: '#0E180C'

red 14 ◦ green 24 ◦ blue 12

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

Shades of Myrtle #0E180C

Tints of Myrtle #0E180C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 48%

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

R = 28%
G = 48%
B = 24%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.50

 K value IS 0.91

RGB Variations

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

Color information

#0E180C (or 0x0E180C) is known color: Myrtle. HEX triplet: 0E, 18 and 0C. RGB value is (14,24,12). Sum of RGB (Red+Green+Blue) = 14+24+12=50 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28% from 50); Green value is 24 (9.77% from 255 or 48% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 24 - color contains mainly: green. Hex color #0E180C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E180C is #F1E7F3. Grayscale: #131313. Windows color (decimal): -15853556 or 792590. OLE color: 792590.

HSL color Cylindrical-coordinate representation of color #0E180C: hue angle of 110º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0E180C is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.91.

Color convert

RGB 14 24 12 -
CMYK 0.42 0 0.50 0.91
HSL 110º 0.33% 0.07% -
HSV(B) 110º 0.5% 0.09% -
XYZ 0.57 0.77 0.47 -
YUV 19.64 123.69 123.98 -
System Red Green Blue C M Y K H S L
Decimal 14 24 12 0.42 0 0.50 0.91 110 0.33 0.07
Hex E 18 C 2A 0 32 5B 6E 21 7
Octal 16 30 14 52 0 62 133 156 41 7
Binary 1110 11000 1100 101010 0 110010 1011011 1101110 100001 111

Color Harmonies of #0E180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E180C

Black with #0E180C

Text Example


Text Example

White with #0E180C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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