#0F250B

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

Shades of Myrtle #0F250B

Tints of Myrtle #0F250B

Color information

#0F250B (or 0x0F250B) is unknown color: approx Myrtle. HEX triplet: 0F, 25 and 0B. RGB value is (15,37,11). Sum of RGB (Red+Green+Blue) = 15+37+11=63 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.81% from 63); Green value is 37 (14.84% from 255 or 58.73% from 63); Blue value is 11 (4.69% from 255 or 17.46% from 63); Max value from RGB is 37 - color contains mainly: green. Hex color #0F250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F250B is #F0DAF4. Grayscale: #1B1B1B. Windows color (decimal): -15784693 or 730383. OLE color: 730383.

HSL color Cylindrical-coordinate representation of color #0F250B: hue angle of 110.77º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F250B is Cyan = 0.59, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB153711-
CMYK0.5900.700.85
HSL110.77º54.17%9.41%-
HSV(B)110.77º70.27%14.51%-
XYZ0.921.450.55-
YUV27.46118.71119.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 23.81%
GREEN value IS 37 (14.84% from 255) = 58.73%
BLUE value IS 11 (4.69% from 255) = 17.46%
R=23.81%
G=58.73%
B=17.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1537110.5900.700.85110.7754.179.41
HexF25B3B046556f369
Octal1745137301061251576611
Binary1111100101101111101101000110101010111011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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