Shades of Swamp #1B3332
Tints of Swamp #1B3332
RGB
CMYK
RGB Variations
Color information
#1B3332 (or 0x1B3332) is known color: Swamp. HEX triplet: 1B, 33 and 32. RGB value is (27,51,50). Sum of RGB (Red+Green+Blue) = 27+51+50=128 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.09% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 50 (19.92% from 255 or 39.06% from 128); Max value from RGB is 51 - color contains mainly: green. Hex color #1B3332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3332 is #E4CCCD. Grayscale: #2B2B2B. Windows color (decimal): -14994638 or 3289883. OLE color: 3289883.
HSL color Cylindrical-coordinate representation of color #1B3332: hue angle of 177.5º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1B3332 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 27 | 51 | 50 | - |
| CMYK | 0.47 | 0 | 0.02 | 0.8 |
| HSL | 177.5º | 0.31% | 0.15% | - |
| HSV(B) | 177.5º | 0.47% | 0.2% | - |
| XYZ | 2.21 | 2.83 | 3.45 | - |
| YUV | 43.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 51 | 50 | 0.47 | 0 | 0.02 | 0.8 | 177.5 | 0.31 | 0.15 |
| Hex | 1B | 33 | 32 | 2F | 0 | 2 | 50 | B2 | 1F | F |
| Octal | 33 | 63 | 62 | 57 | 0 | 2 | 120 | 262 | 37 | 17 |
| Binary | 11011 | 110011 | 110010 | 101111 | 0 | 10 | 1010000 | 10110010 | 11111 | 1111 |
Color Harmonies of #1B3332
Complementary color
Monochromatic Colors of #1B3332
Black with #1B3332
Text Example
Text Example
White with #1B3332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3332; }
p { color: rgb(27,51,50); }
H1.HeaderClassName
{
color: #1B3332;
}
.AnyTagClassName
{
color: #1B3332;
}
</style>
background-color css
<style>
a { background-color: #1B3332; }
a { background-color: rgb(27,51,50); }
div.DivClassName
{
background-color: #1B3332;
}
.BgClassName
{
background-color: #1B3332;
}
</style>
border-color css
<style>
span { border-color: #1B3332; }
span { border-color: rgb(27,51,50); }
td.TdClassName
{
border-color: #1B3332;
}
.TagClassName
{
border-color: #1B3332;
}
</style>