Shades of Swamp #0F2223
Tints of Swamp #0F2223
RGB
CMYK
RGB Variations
Color information
#0F2223 (or 0x0F2223) is known color: Swamp. HEX triplet: 0F, 22 and 23. RGB value is (15,34,35). Sum of RGB (Red+Green+Blue) = 15+34+35=84 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.86% from 84); Green value is 34 (13.67% from 255 or 40.48% from 84); Blue value is 35 (14.06% from 255 or 41.67% from 84); Max value from RGB is 35 - color contains mainly: blue. Hex color #0F2223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2223 is #F0DDDC. Grayscale: #1C1C1C. Windows color (decimal): -15785437 or 2302479. OLE color: 2302479.
HSL color Cylindrical-coordinate representation of color #0F2223: hue angle of 183º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0F2223 is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 15 | 34 | 35 | - |
| CMYK | 0.57 | 0.03 | 0 | 0.86 |
| HSL | 183º | 0.4% | 0.1% | - |
| HSV(B) | 183º | 0.57% | 0.14% | - |
| XYZ | 1.07 | 1.37 | 1.8 | - |
| YUV | 28.43 | 131.71 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 34 | 35 | 0.57 | 0.03 | 0 | 0.86 | 183 | 0.4 | 0.1 |
| Hex | F | 22 | 23 | 39 | 3 | 0 | 56 | B7 | 28 | A |
| Octal | 17 | 42 | 43 | 71 | 3 | 0 | 126 | 267 | 50 | 12 |
| Binary | 1111 | 100010 | 100011 | 111001 | 11 | 0 | 1010110 | 10110111 | 101000 | 1010 |
Color Harmonies of #0F2223
Complementary color
Monochromatic Colors of #0F2223
Black with #0F2223
Text Example
Text Example
White with #0F2223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2223; }
p { color: rgb(15,34,35); }
H1.HeaderClassName
{
color: #0F2223;
}
.AnyTagClassName
{
color: #0F2223;
}
</style>
background-color css
<style>
a { background-color: #0F2223; }
a { background-color: rgb(15,34,35); }
div.DivClassName
{
background-color: #0F2223;
}
.BgClassName
{
background-color: #0F2223;
}
</style>
border-color css
<style>
span { border-color: #0F2223; }
span { border-color: rgb(15,34,35); }
td.TdClassName
{
border-color: #0F2223;
}
.TagClassName
{
border-color: #0F2223;
}
</style>