#0F240B

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

Shades of Myrtle #0F240B

Tints of Myrtle #0F240B

Color information

#0F240B (or 0x0F240B) is unknown color: approx Myrtle. HEX triplet: 0F, 24 and 0B. RGB value is (15,36,11). Sum of RGB (Red+Green+Blue) = 15+36+11=62 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.19% from 62); Green value is 36 (14.45% from 255 or 58.06% from 62); Blue value is 11 (4.69% from 255 or 17.74% from 62); Max value from RGB is 36 - color contains mainly: green. Hex color #0F240B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F240B is #F0DBF4. Grayscale: #1A1A1A. Windows color (decimal): -15784949 or 730127. OLE color: 730127.

HSL color Cylindrical-coordinate representation of color #0F240B: hue angle of 110.4º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F240B is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.

Color convert

RGB153611-
CMYK0.5800.690.86
HSL110.4º53.19%9.22%-
HSV(B)110.4º69.44%14.12%-
XYZ0.891.390.54-
YUV26.87119.04119.53-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 24.19%
GREEN value IS 36 (14.45% from 255) = 58.06%
BLUE value IS 11 (4.69% from 255) = 17.74%
R=24.19%
G=58.06%
B=17.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1536110.5800.690.86110.453.199.22
HexF24B3A045566e359
Octal1744137201051261566511
Binary1111100100101111101001000101101011011011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,36,11); }

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

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

 a { background-color: rgb(15,36,11); }

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

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

 span { border-color: rgb(15,36,11); }

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