Shades of Swamp #152B2B
Tints of Swamp #152B2B
RGB
CMYK
RGB Variations
Color information
#152B2B (or 0x152B2B) is known color: Swamp. HEX triplet: 15, 2B and 2B. RGB value is (21,43,43). Sum of RGB (Red+Green+Blue) = 21+43+43=107 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.63% from 107); Green value is 43 (17.19% from 255 or 40.19% from 107); Blue value is 43 (17.19% from 255 or 40.19% from 107); Max value from RGB is 43 - color contains mainly: green, blue. Hex color #152B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152B2B is #EAD4D4. Grayscale: #242424. Windows color (decimal): -15389909 or 2829077. OLE color: 2829077.
HSL color Cylindrical-coordinate representation of color #152B2B: hue angle of 180º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #152B2B is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 43 | 43 | - |
| CMYK | 0.51 | 0 | 0 | 0.83 |
| HSL | 180º | 0.34% | 0.13% | - |
| HSV(B) | 180º | 0.51% | 0.17% | - |
| XYZ | 1.61 | 2.06 | 2.6 | - |
| YUV | 36.42 | 131.71 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 43 | 0.51 | 0 | 0 | 0.83 | 180 | 0.34 | 0.13 |
| Hex | 15 | 2B | 2B | 33 | 0 | 0 | 53 | B4 | 22 | D |
| Octal | 25 | 53 | 53 | 63 | 0 | 0 | 123 | 264 | 42 | 15 |
| Binary | 10101 | 101011 | 101011 | 110011 | 0 | 0 | 1010011 | 10110100 | 100010 | 1101 |
Color Harmonies of #152B2B
Complementary color
Monochromatic Colors of #152B2B
Black with #152B2B
Text Example
Text Example
White with #152B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152B2B; }
p { color: rgb(21,43,43); }
H1.HeaderClassName
{
color: #152B2B;
}
.AnyTagClassName
{
color: #152B2B;
}
</style>
background-color css
<style>
a { background-color: #152B2B; }
a { background-color: rgb(21,43,43); }
div.DivClassName
{
background-color: #152B2B;
}
.BgClassName
{
background-color: #152B2B;
}
</style>
border-color css
<style>
span { border-color: #152B2B; }
span { border-color: rgb(21,43,43); }
td.TdClassName
{
border-color: #152B2B;
}
.TagClassName
{
border-color: #152B2B;
}
</style>