Shades of Swamp #193433
Tints of Swamp #193433
RGB
CMYK
RGB Variations
Color information
#193433 (or 0x193433) is known color: Swamp. HEX triplet: 19, 34 and 33. RGB value is (25,52,51). Sum of RGB (Red+Green+Blue) = 25+52+51=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 51 (20.31% from 255 or 39.84% from 128); Max value from RGB is 52 - color contains mainly: green. Hex color #193433 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193433 is #E6CBCC. Grayscale: #2B2B2B. Windows color (decimal): -15125453 or 3355673. OLE color: 3355673.
HSL color Cylindrical-coordinate representation of color #193433: hue angle of 177.78º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #193433 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 52 | 51 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.80 |
| HSL | 177.78º | 0.35% | 0.15% | - |
| HSV(B) | 177.78º | 0.52% | 0.2% | - |
| XYZ | 2.23 | 2.9 | 3.57 | - |
| YUV | 43.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 52 | 51 | 0.52 | 0 | 0.02 | 0.80 | 177.78 | 0.35 | 0.15 |
| Hex | 19 | 34 | 33 | 34 | 0 | 2 | 50 | B2 | 23 | F |
| Octal | 31 | 64 | 63 | 64 | 0 | 2 | 120 | 262 | 43 | 17 |
| Binary | 11001 | 110100 | 110011 | 110100 | 0 | 10 | 1010000 | 10110010 | 100011 | 1111 |
Color Harmonies of #193433
Complementary color
Monochromatic Colors of #193433
Black with #193433
Text Example
Text Example
White with #193433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193433; }
p { color: rgb(25,52,51); }
H1.HeaderClassName
{
color: #193433;
}
.AnyTagClassName
{
color: #193433;
}
</style>
background-color css
<style>
a { background-color: #193433; }
a { background-color: rgb(25,52,51); }
div.DivClassName
{
background-color: #193433;
}
.BgClassName
{
background-color: #193433;
}
</style>
border-color css
<style>
span { border-color: #193433; }
span { border-color: rgb(25,52,51); }
td.TdClassName
{
border-color: #193433;
}
.TagClassName
{
border-color: #193433;
}
</style>