#0F180E

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

Shades of Myrtle #0F180E

Tints of Myrtle #0F180E

Color information

#0F180E (or 0x0F180E) is unknown color: approx Myrtle. HEX triplet: 0F, 18 and 0E. RGB value is (15,24,14). Sum of RGB (Red+Green+Blue) = 15+24+14=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 24 (9.77% from 255 or 45.28% from 53); Blue value is 14 (5.86% from 255 or 26.42% from 53); Max value from RGB is 24 - color contains mainly: green. Hex color #0F180E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F180E is #F0E7F1. Grayscale: #141414. Windows color (decimal): -15788018 or 923663. OLE color: 923663.

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

Color convert

RGB152414-
CMYK0.3700.420.91
HSL114º26.32%7.45%-
HSV(B)114º41.67%9.41%-
XYZ0.60.790.54-
YUV20.17124.52124.31-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 28.30%
GREEN value IS 24 (9.77% from 255) = 45.28%
BLUE value IS 14 (5.86% from 255) = 26.42%
R=28.30%
G=45.28%
B=26.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1524140.3700.420.9111426.327.45
HexF18E2502A5B721a7
Octal17301645052133162327
Binary111111000111010010101010101011011111001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F180E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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