#0F1F0D

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

Shades of Myrtle #0F1F0D

Tints of Myrtle #0F1F0D

Color information

#0F1F0D (or 0x0F1F0D) is unknown color: approx Myrtle. HEX triplet: 0F, 1F and 0D. RGB value is (15,31,13). Sum of RGB (Red+Green+Blue) = 15+31+13=59 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.42% from 59); Green value is 31 (12.5% from 255 or 52.54% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 31 - color contains mainly: green. Hex color #0F1F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1F0D is #F0E0F2. Grayscale: #181818. Windows color (decimal): -15786227 or 859919. OLE color: 859919.

HSL color Cylindrical-coordinate representation of color #0F1F0D: hue angle of 113.33º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0F1F0D is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.88.

Color convert

RGB153113-
CMYK0.5200.580.88
HSL113.33º40.91%8.63%-
HSV(B)113.33º58.06%12.16%-
XYZ0.761.110.56-
YUV24.16121.7121.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 25.42%
GREEN value IS 31 (12.5% from 255) = 52.54%
BLUE value IS 13 (5.47% from 255) = 22.03%
R=25.42%
G=52.54%
B=22.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1531130.5200.580.88113.3340.918.63
HexF1FD3403A5871299
Octal173715640721301615111
Binary11111111111011101000111010101100011100011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,31,13); }

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

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

 a { background-color: rgb(15,31,13); }

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

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

 span { border-color: rgb(15,31,13); }

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