Shades of Swamp #193330
Tints of Swamp #193330
RGB
CMYK
RGB Variations
Color information
#193330 (or 0x193330) is known color: Swamp. HEX triplet: 19, 33 and 30. RGB value is (25,51,48). Sum of RGB (Red+Green+Blue) = 25+51+48=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 48 (19.14% from 255 or 38.71% from 124); Max value from RGB is 51 - color contains mainly: green. Hex color #193330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193330 is #E6CCCF. Grayscale: #2A2A2A. Windows color (decimal): -15125712 or 3158809. OLE color: 3158809.
HSL color Cylindrical-coordinate representation of color #193330: hue angle of 173.08º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #193330 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 25 | 51 | 48 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.8 |
| HSL | 173.08º | 0.34% | 0.15% | - |
| HSV(B) | 173.08º | 0.51% | 0.2% | - |
| XYZ | 2.12 | 2.79 | 3.22 | - |
| YUV | 42.88 | 130.89 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 51 | 48 | 0.51 | 0 | 0.06 | 0.8 | 173.08 | 0.34 | 0.15 |
| Hex | 19 | 33 | 30 | 33 | 0 | 6 | 50 | AD | 22 | F |
| Octal | 31 | 63 | 60 | 63 | 0 | 6 | 120 | 255 | 42 | 17 |
| Binary | 11001 | 110011 | 110000 | 110011 | 0 | 110 | 1010000 | 10101101 | 100010 | 1111 |
Color Harmonies of #193330
Complementary color
Monochromatic Colors of #193330
Black with #193330
Text Example
Text Example
White with #193330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193330; }
p { color: rgb(25,51,48); }
H1.HeaderClassName
{
color: #193330;
}
.AnyTagClassName
{
color: #193330;
}
</style>
background-color css
<style>
a { background-color: #193330; }
a { background-color: rgb(25,51,48); }
div.DivClassName
{
background-color: #193330;
}
.BgClassName
{
background-color: #193330;
}
</style>
border-color css
<style>
span { border-color: #193330; }
span { border-color: rgb(25,51,48); }
td.TdClassName
{
border-color: #193330;
}
.TagClassName
{
border-color: #193330;
}
</style>