Shades of Swamp #193333
Tints of Swamp #193333
RGB
CMYK
RGB Variations
Color information
#193333 (or 0x193333) is known color: Swamp. HEX triplet: 19, 33 and 33. RGB value is (25,51,51). Sum of RGB (Red+Green+Blue) = 25+51+51=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 51 (20.31% from 255 or 40.16% from 127); Max value from RGB is 51 - color contains mainly: green, blue. Hex color #193333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193333 is #E6CCCC. Grayscale: #2B2B2B. Windows color (decimal): -15125709 or 3355417. OLE color: 3355417.
HSL color Cylindrical-coordinate representation of color #193333: hue angle of 180º 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 #193333 is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 25 | 51 | 51 | - |
| CMYK | 0.51 | 0 | 0 | 0.8 |
| HSL | 180º | 0.34% | 0.15% | - |
| HSV(B) | 180º | 0.51% | 0.2% | - |
| XYZ | 2.18 | 2.81 | 3.56 | - |
| YUV | 43.23 | 132.39 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 51 | 51 | 0.51 | 0 | 0 | 0.8 | 180 | 0.34 | 0.15 |
| Hex | 19 | 33 | 33 | 33 | 0 | 0 | 50 | B4 | 22 | F |
| Octal | 31 | 63 | 63 | 63 | 0 | 0 | 120 | 264 | 42 | 17 |
| Binary | 11001 | 110011 | 110011 | 110011 | 0 | 0 | 1010000 | 10110100 | 100010 | 1111 |
Color Harmonies of #193333
Complementary color
Monochromatic Colors of #193333
Black with #193333
Text Example
Text Example
White with #193333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193333; }
p { color: rgb(25,51,51); }
H1.HeaderClassName
{
color: #193333;
}
.AnyTagClassName
{
color: #193333;
}
</style>
background-color css
<style>
a { background-color: #193333; }
a { background-color: rgb(25,51,51); }
div.DivClassName
{
background-color: #193333;
}
.BgClassName
{
background-color: #193333;
}
</style>
border-color css
<style>
span { border-color: #193333; }
span { border-color: rgb(25,51,51); }
td.TdClassName
{
border-color: #193333;
}
.TagClassName
{
border-color: #193333;
}
</style>