#0F140E

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

Shades of Myrtle #0F140E

Tints of Myrtle #0F140E

Color information

#0F140E (or 0x0F140E) is unknown color: approx Myrtle. HEX triplet: 0F, 14 and 0E. RGB value is (15,20,14). Sum of RGB (Red+Green+Blue) = 15+20+14=49 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30.61% from 49); Green value is 20 (8.20% from 255 or 40.82% from 49); Blue value is 14 (5.86% from 255 or 28.57% from 49); Max value from RGB is 20 - color contains mainly: green. Hex color #0F140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F140E is #F0EBF1. Grayscale: #111111. Windows color (decimal): -15789042 or 922639. OLE color: 922639.

HSL color Cylindrical-coordinate representation of color #0F140E: hue angle of 110º degrees, saturation: 0.18, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #0F140E is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.92.

Color convert

RGB152014-
CMYK0.2500.300.92
HSL110º17.65%6.67%-
HSV(B)110º30%7.84%-
XYZ0.530.630.51-
YUV17.82125.84125.99-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 30.61%
GREEN value IS 20 (8.20% from 255) = 40.82%
BLUE value IS 14 (5.86% from 255) = 28.57%
R=30.61%
G=40.82%
B=28.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1520140.2500.300.9211017.656.67
HexF14E1901E5C6e127
Octal17241631036134156227
Binary1111101001110110010111101011100110111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F140E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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