#0E180B

Color #0E180B Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #0E180B

Tints of Myrtle #0E180B

Color information

#0E180B (or 0x0E180B) is unknown color: approx Myrtle. HEX triplet: 0E, 18 and 0B. RGB value is (14,24,11). Sum of RGB (Red+Green+Blue) = 14+24+11=49 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28.57% from 49); Green value is 24 (9.77% from 255 or 48.98% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 24 - color contains mainly: green. Hex color #0E180B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E180B is #F1E7F4. Grayscale: #131313. Windows color (decimal): -15853557 or 727054. OLE color: 727054.

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

Color convert

RGB142411-
CMYK0.4200.540.91
HSL106.15º37.14%6.86%-
HSV(B)106.15º54.17%9.41%-
XYZ0.570.770.44-
YUV19.53123.19124.06-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 28.57%
GREEN value IS 24 (9.77% from 255) = 48.98%
BLUE value IS 11 (4.69% from 255) = 22.45%
R=28.57%
G=48.98%
B=22.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1424110.4200.540.91106.1537.146.86
HexE18B2A0365B6a257
Octal16301352066133152457
Binary1110110001011101010011011010110111101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E180B;
 }
 .AnyTagClassName
 {
   color: #0E180B;
 }
</style>
background-color css

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

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

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

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

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

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