Shades of Swamp #151C1C
Tints of Swamp #151C1C
RGB
CMYK
RGB Variations
Color information
#151C1C (or 0x151C1C) is known color: Swamp. HEX triplet: 15, 1C and 1C. RGB value is (21,28,28). Sum of RGB (Red+Green+Blue) = 21+28+28=77 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.27% from 77); Green value is 28 (11.33% from 255 or 36.36% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 28 - color contains mainly: green, blue. Hex color #151C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151C1C is #EAE3E3. Grayscale: #191919. Windows color (decimal): -15393764 or 1842197. OLE color: 1842197.
HSL color Cylindrical-coordinate representation of color #151C1C: hue angle of 180º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #151C1C is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 28 | 28 | - |
| CMYK | 0.25 | 0 | 0 | 0.89 |
| HSL | 180º | 0.14% | 0.1% | - |
| HSV(B) | 180º | 0.25% | 0.11% | - |
| XYZ | 0.93 | 1.07 | 1.26 | - |
| YUV | 25.91 | 129.18 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 28 | 0.25 | 0 | 0 | 0.89 | 180 | 0.14 | 0.1 |
| Hex | 15 | 1C | 1C | 19 | 0 | 0 | 59 | B4 | E | A |
| Octal | 25 | 34 | 34 | 31 | 0 | 0 | 131 | 264 | 16 | 12 |
| Binary | 10101 | 11100 | 11100 | 11001 | 0 | 0 | 1011001 | 10110100 | 1110 | 1010 |
Color Harmonies of #151C1C
Complementary color
Monochromatic Colors of #151C1C
Black with #151C1C
Text Example
Text Example
White with #151C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C1C; }
p { color: rgb(21,28,28); }
H1.HeaderClassName
{
color: #151C1C;
}
.AnyTagClassName
{
color: #151C1C;
}
</style>
background-color css
<style>
a { background-color: #151C1C; }
a { background-color: rgb(21,28,28); }
div.DivClassName
{
background-color: #151C1C;
}
.BgClassName
{
background-color: #151C1C;
}
</style>
border-color css
<style>
span { border-color: #151C1C; }
span { border-color: rgb(21,28,28); }
td.TdClassName
{
border-color: #151C1C;
}
.TagClassName
{
border-color: #151C1C;
}
</style>