Shades of Swamp #213030
Tints of Swamp #213030
RGB
CMYK
RGB Variations
Color information
#213030 (or 0x213030) is known color: Swamp. HEX triplet: 21, 30 and 30. RGB value is (33,48,48). Sum of RGB (Red+Green+Blue) = 33+48+48=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 48 - color contains mainly: green, blue. Hex color #213030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213030 is #DECFCF. Grayscale: #2B2B2B. Windows color (decimal): -14602192 or 3158049. OLE color: 3158049.
HSL color Cylindrical-coordinate representation of color #213030: hue angle of 180º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #213030 is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 48 | 48 | - |
| CMYK | 0.31 | 0 | 0 | 0.81 |
| HSL | 180º | 0.19% | 0.16% | - |
| HSV(B) | 180º | 0.31% | 0.19% | - |
| XYZ | 2.22 | 2.65 | 3.19 | - |
| YUV | 43.52 | 130.53 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 48 | 48 | 0.31 | 0 | 0 | 0.81 | 180 | 0.19 | 0.16 |
| Hex | 21 | 30 | 30 | 1F | 0 | 0 | 51 | B4 | 13 | 10 |
| Octal | 41 | 60 | 60 | 37 | 0 | 0 | 121 | 264 | 23 | 20 |
| Binary | 100001 | 110000 | 110000 | 11111 | 0 | 0 | 1010001 | 10110100 | 10011 | 10000 |
Color Harmonies of #213030
Complementary color
Monochromatic Colors of #213030
Black with #213030
Text Example
Text Example
White with #213030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213030; }
p { color: rgb(33,48,48); }
H1.HeaderClassName
{
color: #213030;
}
.AnyTagClassName
{
color: #213030;
}
</style>
background-color css
<style>
a { background-color: #213030; }
a { background-color: rgb(33,48,48); }
div.DivClassName
{
background-color: #213030;
}
.BgClassName
{
background-color: #213030;
}
</style>
border-color css
<style>
span { border-color: #213030; }
span { border-color: rgb(33,48,48); }
td.TdClassName
{
border-color: #213030;
}
.TagClassName
{
border-color: #213030;
}
</style>