Shades of Swamp #1B2324
Tints of Swamp #1B2324
RGB
CMYK
RGB Variations
Color information
#1B2324 (or 0x1B2324) is known color: Swamp. HEX triplet: 1B, 23 and 24. RGB value is (27,35,36). Sum of RGB (Red+Green+Blue) = 27+35+36=98 (12% of max value = 765). Red value is 27 (10.94% from 255 or 27.55% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 36 (14.45% from 255 or 36.73% from 98); Max value from RGB is 36 - color contains mainly: blue. Hex color #1B2324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2324 is #E4DCDB. Grayscale: #202020. Windows color (decimal): -14998748 or 2368283. OLE color: 2368283.
HSL color Cylindrical-coordinate representation of color #1B2324: hue angle of 186.67º degrees, saturation: 0.14, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #1B2324 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 27 | 35 | 36 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.86 |
| HSL | 186.67º | 0.14% | 0.12% | - |
| HSV(B) | 186.67º | 0.25% | 0.14% | - |
| XYZ | 1.37 | 1.56 | 1.9 | - |
| YUV | 32.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 35 | 36 | 0.25 | 0.03 | 0 | 0.86 | 186.67 | 0.14 | 0.12 |
| Hex | 1B | 23 | 24 | 19 | 3 | 0 | 56 | BB | E | C |
| Octal | 33 | 43 | 44 | 31 | 3 | 0 | 126 | 273 | 16 | 14 |
| Binary | 11011 | 100011 | 100100 | 11001 | 11 | 0 | 1010110 | 10111011 | 1110 | 1100 |
Color Harmonies of #1B2324
Complementary color
Monochromatic Colors of #1B2324
Black with #1B2324
Text Example
Text Example
White with #1B2324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2324; }
p { color: rgb(27,35,36); }
H1.HeaderClassName
{
color: #1B2324;
}
.AnyTagClassName
{
color: #1B2324;
}
</style>
background-color css
<style>
a { background-color: #1B2324; }
a { background-color: rgb(27,35,36); }
div.DivClassName
{
background-color: #1B2324;
}
.BgClassName
{
background-color: #1B2324;
}
</style>
border-color css
<style>
span { border-color: #1B2324; }
span { border-color: rgb(27,35,36); }
td.TdClassName
{
border-color: #1B2324;
}
.TagClassName
{
border-color: #1B2324;
}
</style>