Shades of Swamp #152122
Tints of Swamp #152122
RGB
CMYK
RGB Variations
Color information
#152122 (or 0x152122) is known color: Swamp. HEX triplet: 15, 21 and 22. RGB value is (21,33,34). Sum of RGB (Red+Green+Blue) = 21+33+34=88 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.86% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 34 (13.67% from 255 or 38.64% from 88); Max value from RGB is 34 - color contains mainly: blue. Hex color #152122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152122 is #EADEDD. Grayscale: #1D1D1D. Windows color (decimal): -15392478 or 2236693. OLE color: 2236693.
HSL color Cylindrical-coordinate representation of color #152122: hue angle of 184.62º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #152122 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 33 | 34 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.87 |
| HSL | 184.62º | 0.24% | 0.11% | - |
| HSV(B) | 184.62º | 0.38% | 0.13% | - |
| XYZ | 1.14 | 1.36 | 1.72 | - |
| YUV | 29.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 34 | 0.38 | 0.03 | 0 | 0.87 | 184.62 | 0.24 | 0.11 |
| Hex | 15 | 21 | 22 | 26 | 3 | 0 | 57 | B9 | 18 | B |
| Octal | 25 | 41 | 42 | 46 | 3 | 0 | 127 | 271 | 30 | 13 |
| Binary | 10101 | 100001 | 100010 | 100110 | 11 | 0 | 1010111 | 10111001 | 11000 | 1011 |
Color Harmonies of #152122
Complementary color
Monochromatic Colors of #152122
Black with #152122
Text Example
Text Example
White with #152122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152122; }
p { color: rgb(21,33,34); }
H1.HeaderClassName
{
color: #152122;
}
.AnyTagClassName
{
color: #152122;
}
</style>
background-color css
<style>
a { background-color: #152122; }
a { background-color: rgb(21,33,34); }
div.DivClassName
{
background-color: #152122;
}
.BgClassName
{
background-color: #152122;
}
</style>
border-color css
<style>
span { border-color: #152122; }
span { border-color: rgb(21,33,34); }
td.TdClassName
{
border-color: #152122;
}
.TagClassName
{
border-color: #152122;
}
</style>