Shades of Swamp #101212
Tints of Swamp #101212
RGB
CMYK
RGB Variations
Color information
#101212 (or 0x101212) is known color: Swamp. HEX triplet: 10, 12 and 12. RGB value is (16,18,18). Sum of RGB (Red+Green+Blue) = 16+18+18=52 (6% of max value = 765). Red value is 16 (6.64% from 255 or 30.77% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 18 - color contains mainly: green, blue. Hex color #101212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101212 is #EFEDED. Grayscale: #111111. Windows color (decimal): -15724014 or 1184272. OLE color: 1184272.
HSL color Cylindrical-coordinate representation of color #101212: hue angle of 180º degrees, saturation: 0.06, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #101212 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 16 | 18 | 18 | - |
CMYK | 0.11 | 0 | 0 | 0.93 |
HSL | 180º | 0.06% | 0.07% | - |
HSV(B) | 180º | 0.11% | 0.07% | - |
XYZ | 0.54 | 0.59 | 0.66 | - |
YUV | 17.4 | 128.34 | 127 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 16 | 18 | 18 | 0.11 | 0 | 0 | 0.93 | 180 | 0.06 | 0.07 |
Hex | 10 | 12 | 12 | B | 0 | 0 | 5D | B4 | 6 | 7 |
Octal | 20 | 22 | 22 | 13 | 0 | 0 | 135 | 264 | 6 | 7 |
Binary | 10000 | 10010 | 10010 | 1011 | 0 | 0 | 1011101 | 10110100 | 110 | 111 |
Color Harmonies of #101212
Complementary color
Monochromatic Colors of #101212
Black with #101212
Text Example
Text Example
White with #101212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101212; }
p { color: rgb(16,18,18); }
H1.HeaderClassName
{
color: #101212;
}
.AnyTagClassName
{
color: #101212;
}
</style>
background-color css
<style>
a { background-color: #101212; }
a { background-color: rgb(16,18,18); }
div.DivClassName
{
background-color: #101212;
}
.BgClassName
{
background-color: #101212;
}
</style>
border-color css
<style>
span { border-color: #101212; }
span { border-color: rgb(16,18,18); }
td.TdClassName
{
border-color: #101212;
}
.TagClassName
{
border-color: #101212;
}
</style>