Shades of Swamp #132223
Tints of Swamp #132223
RGB
CMYK
RGB Variations
Color information
#132223 (or 0x132223) is known color: Swamp. HEX triplet: 13, 22 and 23. RGB value is (19,34,35). Sum of RGB (Red+Green+Blue) = 19+34+35=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 34 (13.67% from 255 or 38.64% from 88); Blue value is 35 (14.06% from 255 or 39.77% from 88); Max value from RGB is 35 - color contains mainly: blue. Hex color #132223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132223 is #ECDDDC. Grayscale: #1D1D1D. Windows color (decimal): -15523293 or 2302483. OLE color: 2302483.
HSL color Cylindrical-coordinate representation of color #132223: hue angle of 183.75º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #132223 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 34 | 35 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.86 |
| HSL | 183.75º | 0.3% | 0.11% | - |
| HSV(B) | 183.75º | 0.46% | 0.14% | - |
| XYZ | 1.14 | 1.4 | 1.8 | - |
| YUV | 29.63 | 131.03 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 34 | 35 | 0.46 | 0.03 | 0 | 0.86 | 183.75 | 0.3 | 0.11 |
| Hex | 13 | 22 | 23 | 2E | 3 | 0 | 56 | B8 | 1E | B |
| Octal | 23 | 42 | 43 | 56 | 3 | 0 | 126 | 270 | 36 | 13 |
| Binary | 10011 | 100010 | 100011 | 101110 | 11 | 0 | 1010110 | 10111000 | 11110 | 1011 |
Color Harmonies of #132223
Complementary color
Monochromatic Colors of #132223
Black with #132223
Text Example
Text Example
White with #132223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132223; }
p { color: rgb(19,34,35); }
H1.HeaderClassName
{
color: #132223;
}
.AnyTagClassName
{
color: #132223;
}
</style>
background-color css
<style>
a { background-color: #132223; }
a { background-color: rgb(19,34,35); }
div.DivClassName
{
background-color: #132223;
}
.BgClassName
{
background-color: #132223;
}
</style>
border-color css
<style>
span { border-color: #132223; }
span { border-color: rgb(19,34,35); }
td.TdClassName
{
border-color: #132223;
}
.TagClassName
{
border-color: #132223;
}
</style>