Shades of Swamp #1B1F1F
Tints of Swamp #1B1F1F
RGB
CMYK
RGB Variations
Color information
#1B1F1F (or 0x1B1F1F) is known color: Swamp. HEX triplet: 1B, 1F and 1F. RGB value is (27,31,31). Sum of RGB (Red+Green+Blue) = 27+31+31=89 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.34% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 31 (12.5% from 255 or 34.83% from 89); Max value from RGB is 31 - color contains mainly: green, blue. Hex color #1B1F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1F1F is #E4E0E0. Grayscale: #1D1D1D. Windows color (decimal): -14999777 or 2039579. OLE color: 2039579.
HSL color Cylindrical-coordinate representation of color #1B1F1F: hue angle of 180º degrees, saturation: 0.07, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #1B1F1F is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 27 | 31 | 31 | - |
| CMYK | 0.13 | 0 | 0 | 0.88 |
| HSL | 180º | 0.07% | 0.11% | - |
| HSV(B) | 180º | 0.13% | 0.12% | - |
| XYZ | 1.19 | 1.31 | 1.49 | - |
| YUV | 29.8 | 128.67 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 31 | 31 | 0.13 | 0 | 0 | 0.88 | 180 | 0.07 | 0.11 |
| Hex | 1B | 1F | 1F | D | 0 | 0 | 58 | B4 | 7 | B |
| Octal | 33 | 37 | 37 | 15 | 0 | 0 | 130 | 264 | 7 | 13 |
| Binary | 11011 | 11111 | 11111 | 1101 | 0 | 0 | 1011000 | 10110100 | 111 | 1011 |
Color Harmonies of #1B1F1F
Complementary color
Monochromatic Colors of #1B1F1F
Black with #1B1F1F
Text Example
Text Example
White with #1B1F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1F1F; }
p { color: rgb(27,31,31); }
H1.HeaderClassName
{
color: #1B1F1F;
}
.AnyTagClassName
{
color: #1B1F1F;
}
</style>
background-color css
<style>
a { background-color: #1B1F1F; }
a { background-color: rgb(27,31,31); }
div.DivClassName
{
background-color: #1B1F1F;
}
.BgClassName
{
background-color: #1B1F1F;
}
</style>
border-color css
<style>
span { border-color: #1B1F1F; }
span { border-color: rgb(27,31,31); }
td.TdClassName
{
border-color: #1B1F1F;
}
.TagClassName
{
border-color: #1B1F1F;
}
</style>