Shades of Swamp #15282A
Tints of Swamp #15282A
RGB
CMYK
RGB Variations
Color information
#15282A (or 0x15282A) is known color: Swamp. HEX triplet: 15, 28 and 2A. RGB value is (21,40,42). Sum of RGB (Red+Green+Blue) = 21+40+42=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 42 - color contains mainly: blue. Hex color #15282A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15282A is #EAD7D5. Grayscale: #222222. Windows color (decimal): -15390678 or 2762773. OLE color: 2762773.
HSL color Cylindrical-coordinate representation of color #15282A: hue angle of 185.71º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #15282A is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 40 | 42 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.84 |
| HSL | 185.71º | 0.33% | 0.12% | - |
| HSV(B) | 185.71º | 0.5% | 0.16% | - |
| XYZ | 1.49 | 1.84 | 2.47 | - |
| YUV | 34.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 40 | 42 | 0.50 | 0.05 | 0 | 0.84 | 185.71 | 0.33 | 0.12 |
| Hex | 15 | 28 | 2A | 32 | 5 | 0 | 54 | BA | 21 | C |
| Octal | 25 | 50 | 52 | 62 | 5 | 0 | 124 | 272 | 41 | 14 |
| Binary | 10101 | 101000 | 101010 | 110010 | 101 | 0 | 1010100 | 10111010 | 100001 | 1100 |
Color Harmonies of #15282A
Complementary color
Monochromatic Colors of #15282A
Black with #15282A
Text Example
Text Example
White with #15282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15282A; }
p { color: rgb(21,40,42); }
H1.HeaderClassName
{
color: #15282A;
}
.AnyTagClassName
{
color: #15282A;
}
</style>
background-color css
<style>
a { background-color: #15282A; }
a { background-color: rgb(21,40,42); }
div.DivClassName
{
background-color: #15282A;
}
.BgClassName
{
background-color: #15282A;
}
</style>
border-color css
<style>
span { border-color: #15282A; }
span { border-color: rgb(21,40,42); }
td.TdClassName
{
border-color: #15282A;
}
.TagClassName
{
border-color: #15282A;
}
</style>