Shades of Swamp #1B3333
Tints of Swamp #1B3333
RGB
CMYK
RGB Variations
Color information
#1B3333 (or 0x1B3333) is known color: Swamp. HEX triplet: 1B, 33 and 33. RGB value is (27,51,51). Sum of RGB (Red+Green+Blue) = 27+51+51=129 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.93% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 51 (20.31% from 255 or 39.53% from 129); Max value from RGB is 51 - color contains mainly: green, blue. Hex color #1B3333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3333 is #E4CCCC. Grayscale: #2B2B2B. Windows color (decimal): -14994637 or 3355419. OLE color: 3355419.
HSL color Cylindrical-coordinate representation of color #1B3333: hue angle of 180º 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 #1B3333 is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 27 | 51 | 51 | - |
| CMYK | 0.47 | 0 | 0 | 0.8 |
| HSL | 180º | 0.31% | 0.15% | - |
| HSV(B) | 180º | 0.47% | 0.2% | - |
| XYZ | 2.23 | 2.84 | 3.56 | - |
| YUV | 43.82 | 132.05 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 51 | 51 | 0.47 | 0 | 0 | 0.8 | 180 | 0.31 | 0.15 |
| Hex | 1B | 33 | 33 | 2F | 0 | 0 | 50 | B4 | 1F | F |
| Octal | 33 | 63 | 63 | 57 | 0 | 0 | 120 | 264 | 37 | 17 |
| Binary | 11011 | 110011 | 110011 | 101111 | 0 | 0 | 1010000 | 10110100 | 11111 | 1111 |
Color Harmonies of #1B3333
Complementary color
Monochromatic Colors of #1B3333
Black with #1B3333
Text Example
Text Example
White with #1B3333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3333; }
p { color: rgb(27,51,51); }
H1.HeaderClassName
{
color: #1B3333;
}
.AnyTagClassName
{
color: #1B3333;
}
</style>
background-color css
<style>
a { background-color: #1B3333; }
a { background-color: rgb(27,51,51); }
div.DivClassName
{
background-color: #1B3333;
}
.BgClassName
{
background-color: #1B3333;
}
</style>
border-color css
<style>
span { border-color: #1B3333; }
span { border-color: rgb(27,51,51); }
td.TdClassName
{
border-color: #1B3333;
}
.TagClassName
{
border-color: #1B3333;
}
</style>