Shades of Swamp #012628
Tints of Swamp #012628
RGB
CMYK
RGB Variations
Color information
#012628 (or 0x012628) is known color: Swamp. HEX triplet: 01, 26 and 28. RGB value is (1,38,40). Sum of RGB (Red+Green+Blue) = 1+38+40=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 38 (15.23% from 255 or 48.10% from 79); Blue value is 40 (16.02% from 255 or 50.63% from 79); Max value from RGB is 40 - color contains mainly: blue. Hex color #012628 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012628 is #FED9D7. Grayscale: #1B1B1B. Windows color (decimal): -16701912 or 2631169. OLE color: 2631169.
HSL color Cylindrical-coordinate representation of color #012628: hue angle of 183.08º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012628 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 38 | 40 | - |
| CMYK | 0.98 | 0.05 | 0 | 0.84 |
| HSL | 183.08º | 0.95% | 0.08% | - |
| HSV(B) | 183.08º | 0.98% | 0.16% | - |
| XYZ | 1.09 | 1.55 | 2.25 | - |
| YUV | 27.17 | 135.24 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 40 | 0.98 | 0.05 | 0 | 0.84 | 183.08 | 0.95 | 0.08 |
| Hex | 1 | 26 | 28 | 62 | 5 | 0 | 54 | B7 | 5F | 8 |
| Octal | 1 | 46 | 50 | 142 | 5 | 0 | 124 | 267 | 137 | 10 |
| Binary | 1 | 100110 | 101000 | 1100010 | 101 | 0 | 1010100 | 10110111 | 1011111 | 1000 |
Color Harmonies of #012628
Complementary color
Monochromatic Colors of #012628
Black with #012628
Text Example
Text Example
White with #012628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012628; }
p { color: rgb(1,38,40); }
H1.HeaderClassName
{
color: #012628;
}
.AnyTagClassName
{
color: #012628;
}
</style>
background-color css
<style>
a { background-color: #012628; }
a { background-color: rgb(1,38,40); }
div.DivClassName
{
background-color: #012628;
}
.BgClassName
{
background-color: #012628;
}
</style>
border-color css
<style>
span { border-color: #012628; }
span { border-color: rgb(1,38,40); }
td.TdClassName
{
border-color: #012628;
}
.TagClassName
{
border-color: #012628;
}
</style>