Shades of Swamp #181B1B
Tints of Swamp #181B1B
RGB
CMYK
RGB Variations
Color information
#181B1B (or 0x181B1B) is known color: Swamp. HEX triplet: 18, 1B and 1B. RGB value is (24,27,27). Sum of RGB (Red+Green+Blue) = 24+27+27=78 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.77% from 78); Green value is 27 (10.94% from 255 or 34.62% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 27 - color contains mainly: green, blue. Hex color #181B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181B1B is #E7E4E4. Grayscale: #1A1A1A. Windows color (decimal): -15197413 or 1776408. OLE color: 1776408.
HSL color Cylindrical-coordinate representation of color #181B1B: hue angle of 180º degrees, saturation: 0.06, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #181B1B is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
RGB | 24 | 27 | 27 | - |
CMYK | 0.11 | 0 | 0 | 0.89 |
HSL | 180º | 0.06% | 0.1% | - |
HSV(B) | 180º | 0.11% | 0.11% | - |
XYZ | 0.97 | 1.06 | 1.19 | - |
YUV | 26.1 | 128.51 | 126.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 24 | 27 | 27 | 0.11 | 0 | 0 | 0.89 | 180 | 0.06 | 0.1 |
Hex | 18 | 1B | 1B | B | 0 | 0 | 59 | B4 | 6 | A |
Octal | 30 | 33 | 33 | 13 | 0 | 0 | 131 | 264 | 6 | 12 |
Binary | 11000 | 11011 | 11011 | 1011 | 0 | 0 | 1011001 | 10110100 | 110 | 1010 |
Color Harmonies of #181B1B
Complementary color
Monochromatic Colors of #181B1B
Black with #181B1B
Text Example
Text Example
White with #181B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181B1B; }
p { color: rgb(24,27,27); }
H1.HeaderClassName
{
color: #181B1B;
}
.AnyTagClassName
{
color: #181B1B;
}
</style>
background-color css
<style>
a { background-color: #181B1B; }
a { background-color: rgb(24,27,27); }
div.DivClassName
{
background-color: #181B1B;
}
.BgClassName
{
background-color: #181B1B;
}
</style>
border-color css
<style>
span { border-color: #181B1B; }
span { border-color: rgb(24,27,27); }
td.TdClassName
{
border-color: #181B1B;
}
.TagClassName
{
border-color: #181B1B;
}
</style>