#0F1B0C

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

Shades of Myrtle #0F1B0C

Tints of Myrtle #0F1B0C

Color information

#0F1B0C (or 0x0F1B0C) is unknown color: approx Myrtle. HEX triplet: 0F, 1B and 0C. RGB value is (15,27,12). Sum of RGB (Red+Green+Blue) = 15+27+12=54 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.78% from 54); Green value is 27 (10.94% from 255 or 50% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 27 - color contains mainly: green. Hex color #0F1B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1B0C is #F0E4F3. Grayscale: #151515. Windows color (decimal): -15787252 or 793359. OLE color: 793359.

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

Color convert

RGB152712-
CMYK0.4400.560.89
HSL108º38.46%7.65%-
HSV(B)108º55.56%10.59%-
XYZ0.660.910.49-
YUV21.7122.52123.22-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 27.78%
GREEN value IS 27 (10.94% from 255) = 50%
BLUE value IS 12 (5.08% from 255) = 22.22%
R=27.78%
G=50%
B=22.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1527120.4400.560.8910838.467.65
HexF1BC2C038596c268
Octal173314540701311544610
Binary11111101111001011000111000101100111011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,27,12); }

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

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

 a { background-color: rgb(15,27,12); }

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

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

 span { border-color: rgb(15,27,12); }

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