Shades of Swamp #1F3334
Tints of Swamp #1F3334
RGB
CMYK
RGB Variations
Color information
#1F3334 (or 0x1F3334) is known color: Swamp. HEX triplet: 1F, 33 and 34. RGB value is (31,51,52). Sum of RGB (Red+Green+Blue) = 31+51+52=134 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.13% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 52 (20.70% from 255 or 38.81% from 134); Max value from RGB is 52 - color contains mainly: blue. Hex color #1F3334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3334 is #E0CCCB. Grayscale: #2D2D2D. Windows color (decimal): -14732492 or 3420959. OLE color: 3420959.
HSL color Cylindrical-coordinate representation of color #1F3334: hue angle of 182.86º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1F3334 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 51 | 52 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.80 |
| HSL | 182.86º | 0.25% | 0.16% | - |
| HSV(B) | 182.86º | 0.4% | 0.2% | - |
| XYZ | 2.37 | 2.91 | 3.69 | - |
| YUV | 45.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 51 | 52 | 0.40 | 0.02 | 0 | 0.80 | 182.86 | 0.25 | 0.16 |
| Hex | 1F | 33 | 34 | 28 | 2 | 0 | 50 | B7 | 19 | 10 |
| Octal | 37 | 63 | 64 | 50 | 2 | 0 | 120 | 267 | 31 | 20 |
| Binary | 11111 | 110011 | 110100 | 101000 | 10 | 0 | 1010000 | 10110111 | 11001 | 10000 |
Color Harmonies of #1F3334
Complementary color
Monochromatic Colors of #1F3334
Black with #1F3334
Text Example
Text Example
White with #1F3334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3334; }
p { color: rgb(31,51,52); }
H1.HeaderClassName
{
color: #1F3334;
}
.AnyTagClassName
{
color: #1F3334;
}
</style>
background-color css
<style>
a { background-color: #1F3334; }
a { background-color: rgb(31,51,52); }
div.DivClassName
{
background-color: #1F3334;
}
.BgClassName
{
background-color: #1F3334;
}
</style>
border-color css
<style>
span { border-color: #1F3334; }
span { border-color: rgb(31,51,52); }
td.TdClassName
{
border-color: #1F3334;
}
.TagClassName
{
border-color: #1F3334;
}
</style>