Shades of Swamp #121F1F
Tints of Swamp #121F1F
RGB
CMYK
RGB Variations
Color information
#121F1F (or 0x121F1F) is known color: Swamp. HEX triplet: 12, 1F and 1F. RGB value is (18,31,31). Sum of RGB (Red+Green+Blue) = 18+31+31=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 31 (12.5% from 255 or 38.75% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 31 - color contains mainly: green, blue. Hex color #121F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F1F is #EDE0E0. Grayscale: #1B1B1B. Windows color (decimal): -15589601 or 2039570. OLE color: 2039570.
HSL color Cylindrical-coordinate representation of color #121F1F: hue angle of 180º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #121F1F is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 31 | 31 | - |
| CMYK | 0.42 | 0 | 0 | 0.88 |
| HSL | 180º | 0.27% | 0.1% | - |
| HSV(B) | 180º | 0.42% | 0.12% | - |
| XYZ | 0.99 | 1.21 | 1.48 | - |
| YUV | 27.11 | 130.19 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 31 | 0.42 | 0 | 0 | 0.88 | 180 | 0.27 | 0.1 |
| Hex | 12 | 1F | 1F | 2A | 0 | 0 | 58 | B4 | 1B | A |
| Octal | 22 | 37 | 37 | 52 | 0 | 0 | 130 | 264 | 33 | 12 |
| Binary | 10010 | 11111 | 11111 | 101010 | 0 | 0 | 1011000 | 10110100 | 11011 | 1010 |
Color Harmonies of #121F1F
Complementary color
Monochromatic Colors of #121F1F
Black with #121F1F
Text Example
Text Example
White with #121F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F1F; }
p { color: rgb(18,31,31); }
H1.HeaderClassName
{
color: #121F1F;
}
.AnyTagClassName
{
color: #121F1F;
}
</style>
background-color css
<style>
a { background-color: #121F1F; }
a { background-color: rgb(18,31,31); }
div.DivClassName
{
background-color: #121F1F;
}
.BgClassName
{
background-color: #121F1F;
}
</style>
border-color css
<style>
span { border-color: #121F1F; }
span { border-color: rgb(18,31,31); }
td.TdClassName
{
border-color: #121F1F;
}
.TagClassName
{
border-color: #121F1F;
}
</style>