#0E1C0C

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

Shades of Myrtle #0E1C0C

Tints of Myrtle #0E1C0C

Color information

#0E1C0C (or 0x0E1C0C) is unknown color: approx Myrtle. HEX triplet: 0E, 1C and 0C. RGB value is (14,28,12). Sum of RGB (Red+Green+Blue) = 14+28+12=54 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25.93% from 54); Green value is 28 (11.33% from 255 or 51.85% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 28 - color contains mainly: green. Hex color #0E1C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1C0C is #F1E3F3. Grayscale: #161616. Windows color (decimal): -15852532 or 793614. OLE color: 793614.

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

Color convert

RGB142812-
CMYK0.5000.570.89
HSL112.5º40%7.84%-
HSV(B)112.5º57.14%10.98%-
XYZ0.660.950.5-
YUV21.99122.36122.3-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 25.93%
GREEN value IS 28 (11.33% from 255) = 51.85%
BLUE value IS 12 (5.08% from 255) = 22.22%
R=25.93%
G=51.85%
B=22.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1428120.5000.570.89112.5407.84
HexE1CC320395970288
Octal163414620711311605010
Binary11101110011001100100111001101100111100001010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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