Html Css Color HEX #0E170C Myrtle

📋 copy color: '#0E170C'

red 14 ◦ green 23 ◦ blue 12

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

Shades of Myrtle #0E170C

Tints of Myrtle #0E170C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 46.94%

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

R = 28.57%
G = 46.94%
B = 24.49%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.48

 K value IS 0.91

RGB Variations

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

Color information

#0E170C (or 0x0E170C) is known color: Myrtle. HEX triplet: 0E, 17 and 0C. RGB value is (14,23,12). Sum of RGB (Red+Green+Blue) = 14+23+12=49 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28.57% from 49); Green value is 23 (9.38% from 255 or 46.94% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 23 - color contains mainly: green. Hex color #0E170C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E170C is #F1E8F3. Grayscale: #131313. Windows color (decimal): -15853812 or 792334. OLE color: 792334.

HSL color Cylindrical-coordinate representation of color #0E170C: hue angle of 109.09º degrees, saturation: 0.31, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0E170C is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.91.

Color convert

RGB 14 23 12 -
CMYK 0.39 0 0.48 0.91
HSL 109.09º 0.31% 0.07% -
HSV(B) 109.09º 0.48% 0.09% -
XYZ 0.55 0.73 0.46 -
YUV 19.06 124.02 124.39 -
System Red Green Blue C M Y K H S L
Decimal 14 23 12 0.39 0 0.48 0.91 109.09 0.31 0.07
Hex E 17 C 27 0 30 5B 6D 1F 7
Octal 16 27 14 47 0 60 133 155 37 7
Binary 1110 10111 1100 100111 0 110000 1011011 1101101 11111 111

Color Harmonies of #0E170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E170C

Black with #0E170C

Text Example


Text Example

White with #0E170C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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