#0E1C09

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

Shades of Myrtle #0E1C09

Tints of Myrtle #0E1C09

Color information

#0E1C09 (or 0x0E1C09) is unknown color: approx Myrtle. HEX triplet: 0E, 1C and 09. RGB value is (14,28,9). Sum of RGB (Red+Green+Blue) = 14+28+9=51 (6% of max value = 765). Red value is 14 (5.86% from 255 or 27.45% from 51); Green value is 28 (11.33% from 255 or 54.90% from 51); Blue value is 9 (3.91% from 255 or 17.65% from 51); Max value from RGB is 28 - color contains mainly: green. Hex color #0E1C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1C09 is #F1E3F6. Grayscale: #151515. Windows color (decimal): -15852535 or 597006. OLE color: 597006.

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

Color convert

RGB14289-
CMYK0.5000.680.89
HSL104.21º51.35%7.25%-
HSV(B)104.21º67.86%10.98%-
XYZ0.650.940.41-
YUV21.65120.86122.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 27.45%
GREEN value IS 28 (11.33% from 255) = 54.90%
BLUE value IS 9 (3.91% from 255) = 17.65%
R=27.45%
G=54.90%
B=17.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal142890.5000.680.89104.2151.357.25
HexE1C9320445968337
Octal163411620104131150637
Binary11101110010011100100100010010110011101000110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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