Shades of Swamp #0F1E1F
Tints of Swamp #0F1E1F
RGB
CMYK
RGB Variations
Color information
#0F1E1F (or 0x0F1E1F) is known color: Swamp. HEX triplet: 0F, 1E and 1F. RGB value is (15,30,31). Sum of RGB (Red+Green+Blue) = 15+30+31=76 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.74% from 76); Green value is 30 (12.11% from 255 or 39.47% from 76); Blue value is 31 (12.5% from 255 or 40.79% from 76); Max value from RGB is 31 - color contains mainly: blue. Hex color #0F1E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1E1F is #F0E1E0. Grayscale: #191919. Windows color (decimal): -15786465 or 2039311. OLE color: 2039311.
HSL color Cylindrical-coordinate representation of color #0F1E1F: hue angle of 183.75º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0F1E1F is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 15 | 30 | 31 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.88 |
| HSL | 183.75º | 0.35% | 0.09% | - |
| HSV(B) | 183.75º | 0.52% | 0.12% | - |
| XYZ | 0.91 | 1.13 | 1.47 | - |
| YUV | 25.63 | 131.03 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 30 | 31 | 0.52 | 0.03 | 0 | 0.88 | 183.75 | 0.35 | 0.09 |
| Hex | F | 1E | 1F | 34 | 3 | 0 | 58 | B8 | 23 | 9 |
| Octal | 17 | 36 | 37 | 64 | 3 | 0 | 130 | 270 | 43 | 11 |
| Binary | 1111 | 11110 | 11111 | 110100 | 11 | 0 | 1011000 | 10111000 | 100011 | 1001 |
Color Harmonies of #0F1E1F
Complementary color
Monochromatic Colors of #0F1E1F
Black with #0F1E1F
Text Example
Text Example
White with #0F1E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1E1F; }
p { color: rgb(15,30,31); }
H1.HeaderClassName
{
color: #0F1E1F;
}
.AnyTagClassName
{
color: #0F1E1F;
}
</style>
background-color css
<style>
a { background-color: #0F1E1F; }
a { background-color: rgb(15,30,31); }
div.DivClassName
{
background-color: #0F1E1F;
}
.BgClassName
{
background-color: #0F1E1F;
}
</style>
border-color css
<style>
span { border-color: #0F1E1F; }
span { border-color: rgb(15,30,31); }
td.TdClassName
{
border-color: #0F1E1F;
}
.TagClassName
{
border-color: #0F1E1F;
}
</style>