Shades of Swamp #0F1919
Tints of Swamp #0F1919
RGB
CMYK
RGB Variations
Color information
#0F1919 (or 0x0F1919) is known color: Swamp. HEX triplet: 0F, 19 and 19. RGB value is (15,25,25). Sum of RGB (Red+Green+Blue) = 15+25+25=65 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.08% from 65); Green value is 25 (10.16% from 255 or 38.46% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 25 - color contains mainly: green, blue. Hex color #0F1919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1919 is #F0E6E6. Grayscale: #161616. Windows color (decimal): -15787751 or 1644815. OLE color: 1644815.
HSL color Cylindrical-coordinate representation of color #0F1919: hue angle of 180º degrees, saturation: 0.25, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0F1919 is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 15 | 25 | 25 | - |
| CMYK | 0.40 | 0 | 0 | 0.90 |
| HSL | 180º | 0.25% | 0.08% | - |
| HSV(B) | 180º | 0.4% | 0.1% | - |
| XYZ | 0.72 | 0.87 | 1.05 | - |
| YUV | 22.01 | 129.69 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 25 | 0.40 | 0 | 0 | 0.90 | 180 | 0.25 | 0.08 |
| Hex | F | 19 | 19 | 28 | 0 | 0 | 5A | B4 | 19 | 8 |
| Octal | 17 | 31 | 31 | 50 | 0 | 0 | 132 | 264 | 31 | 10 |
| Binary | 1111 | 11001 | 11001 | 101000 | 0 | 0 | 1011010 | 10110100 | 11001 | 1000 |
Color Harmonies of #0F1919
Complementary color
Monochromatic Colors of #0F1919
Black with #0F1919
Text Example
Text Example
White with #0F1919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1919; }
p { color: rgb(15,25,25); }
H1.HeaderClassName
{
color: #0F1919;
}
.AnyTagClassName
{
color: #0F1919;
}
</style>
background-color css
<style>
a { background-color: #0F1919; }
a { background-color: rgb(15,25,25); }
div.DivClassName
{
background-color: #0F1919;
}
.BgClassName
{
background-color: #0F1919;
}
</style>
border-color css
<style>
span { border-color: #0F1919; }
span { border-color: rgb(15,25,25); }
td.TdClassName
{
border-color: #0F1919;
}
.TagClassName
{
border-color: #0F1919;
}
</style>