Shades of Swamp #181919
Tints of Swamp #181919
RGB
CMYK
RGB Variations
Color information
#181919 (or 0x181919) is known color: Swamp. HEX triplet: 18, 19 and 19. RGB value is (24,25,25). Sum of RGB (Red+Green+Blue) = 24+25+25=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 25 (10.16% from 255 or 33.78% from 74); Blue value is 25 (10.16% from 255 or 33.78% from 74); Max value from RGB is 25 - color contains mainly: green, blue. Hex color #181919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181919 is #E7E6E6. Grayscale: #181818. Windows color (decimal): -15197927 or 1644824. OLE color: 1644824.
HSL color Cylindrical-coordinate representation of color #181919: hue angle of 180º degrees, saturation: 0.02, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #181919 is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
RGB | 24 | 25 | 25 | - |
CMYK | 0.04 | 0 | 0 | 0.90 |
HSL | 180º | 0.02% | 0.1% | - |
HSV(B) | 180º | 0.04% | 0.1% | - |
XYZ | 0.9 | 0.96 | 1.06 | - |
YUV | 24.7 | 128.17 | 127.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 24 | 25 | 25 | 0.04 | 0 | 0 | 0.90 | 180 | 0.02 | 0.1 |
Hex | 18 | 19 | 19 | 4 | 0 | 0 | 5A | B4 | 2 | A |
Octal | 30 | 31 | 31 | 4 | 0 | 0 | 132 | 264 | 2 | 12 |
Binary | 11000 | 11001 | 11001 | 100 | 0 | 0 | 1011010 | 10110100 | 10 | 1010 |
Color Harmonies of #181919
Complementary color
Monochromatic Colors of #181919
Black with #181919
Text Example
Text Example
White with #181919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181919; }
p { color: rgb(24,25,25); }
H1.HeaderClassName
{
color: #181919;
}
.AnyTagClassName
{
color: #181919;
}
</style>
background-color css
<style>
a { background-color: #181919; }
a { background-color: rgb(24,25,25); }
div.DivClassName
{
background-color: #181919;
}
.BgClassName
{
background-color: #181919;
}
</style>
border-color css
<style>
span { border-color: #181919; }
span { border-color: rgb(24,25,25); }
td.TdClassName
{
border-color: #181919;
}
.TagClassName
{
border-color: #181919;
}
</style>