Shades of Swamp #15292A
Tints of Swamp #15292A
RGB
CMYK
RGB Variations
Color information
#15292A (or 0x15292A) is known color: Swamp. HEX triplet: 15, 29 and 2A. RGB value is (21,41,42). Sum of RGB (Red+Green+Blue) = 21+41+42=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 41 (16.41% from 255 or 39.42% from 104); Blue value is 42 (16.80% from 255 or 40.38% from 104); Max value from RGB is 42 - color contains mainly: blue. Hex color #15292A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15292A is #EAD6D5. Grayscale: #232323. Windows color (decimal): -15390422 or 2763029. OLE color: 2763029.
HSL color Cylindrical-coordinate representation of color #15292A: hue angle of 182.86º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #15292A is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 41 | 42 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.84 |
| HSL | 182.86º | 0.33% | 0.12% | - |
| HSV(B) | 182.86º | 0.5% | 0.16% | - |
| XYZ | 1.52 | 1.91 | 2.48 | - |
| YUV | 35.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 41 | 42 | 0.50 | 0.02 | 0 | 0.84 | 182.86 | 0.33 | 0.12 |
| Hex | 15 | 29 | 2A | 32 | 2 | 0 | 54 | B7 | 21 | C |
| Octal | 25 | 51 | 52 | 62 | 2 | 0 | 124 | 267 | 41 | 14 |
| Binary | 10101 | 101001 | 101010 | 110010 | 10 | 0 | 1010100 | 10110111 | 100001 | 1100 |
Color Harmonies of #15292A
Complementary color
Monochromatic Colors of #15292A
Black with #15292A
Text Example
Text Example
White with #15292A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15292A; }
p { color: rgb(21,41,42); }
H1.HeaderClassName
{
color: #15292A;
}
.AnyTagClassName
{
color: #15292A;
}
</style>
background-color css
<style>
a { background-color: #15292A; }
a { background-color: rgb(21,41,42); }
div.DivClassName
{
background-color: #15292A;
}
.BgClassName
{
background-color: #15292A;
}
</style>
border-color css
<style>
span { border-color: #15292A; }
span { border-color: rgb(21,41,42); }
td.TdClassName
{
border-color: #15292A;
}
.TagClassName
{
border-color: #15292A;
}
</style>