Shades of Swamp #151919
Tints of Swamp #151919
RGB
CMYK
RGB Variations
Color information
#151919 (or 0x151919) is known color: Swamp. HEX triplet: 15, 19 and 19. RGB value is (21,25,25). Sum of RGB (Red+Green+Blue) = 21+25+25=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 25 (10.16% from 255 or 35.21% from 71); Blue value is 25 (10.16% from 255 or 35.21% from 71); Max value from RGB is 25 - color contains mainly: green, blue. Hex color #151919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151919 is #EAE6E6. Grayscale: #171717. Windows color (decimal): -15394535 or 1644821. OLE color: 1644821.
HSL color Cylindrical-coordinate representation of color #151919: hue angle of 180º degrees, saturation: 0.09, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #151919 is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 21 | 25 | 25 | - |
| CMYK | 0.16 | 0 | 0 | 0.90 |
| HSL | 180º | 0.09% | 0.09% | - |
| HSV(B) | 180º | 0.16% | 0.1% | - |
| XYZ | 0.83 | 0.92 | 1.05 | - |
| YUV | 23.8 | 128.67 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 25 | 25 | 0.16 | 0 | 0 | 0.90 | 180 | 0.09 | 0.09 |
| Hex | 15 | 19 | 19 | 10 | 0 | 0 | 5A | B4 | 9 | 9 |
| Octal | 25 | 31 | 31 | 20 | 0 | 0 | 132 | 264 | 11 | 11 |
| Binary | 10101 | 11001 | 11001 | 10000 | 0 | 0 | 1011010 | 10110100 | 1001 | 1001 |
Color Harmonies of #151919
Complementary color
Monochromatic Colors of #151919
Black with #151919
Text Example
Text Example
White with #151919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151919; }
p { color: rgb(21,25,25); }
H1.HeaderClassName
{
color: #151919;
}
.AnyTagClassName
{
color: #151919;
}
</style>
background-color css
<style>
a { background-color: #151919; }
a { background-color: rgb(21,25,25); }
div.DivClassName
{
background-color: #151919;
}
.BgClassName
{
background-color: #151919;
}
</style>
border-color css
<style>
span { border-color: #151919; }
span { border-color: rgb(21,25,25); }
td.TdClassName
{
border-color: #151919;
}
.TagClassName
{
border-color: #151919;
}
</style>