Shades of Madison #28394B
Tints of Madison #28394B
RGB
CMYK
RGB Variations
Color information
#28394B (or 0x28394B) is known color: Madison. HEX triplet: 28, 39 and 4B. RGB value is (40,57,75). Sum of RGB (Red+Green+Blue) = 40+57+75=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #28394B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28394B is #D7C6B4. Grayscale: #353535. Windows color (decimal): -14141109 or 4929832. OLE color: 4929832.
HSL color Cylindrical-coordinate representation of color #28394B: hue angle of 210.86º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #28394B is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 57 | 75 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.71 |
| HSL | 210.86º | 0.3% | 0.23% | - |
| HSV(B) | 210.86º | 0.47% | 0.29% | - |
| XYZ | 3.61 | 3.89 | 7.22 | - |
| YUV | 53.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 75 | 0.47 | 0.24 | 0 | 0.71 | 210.86 | 0.3 | 0.23 |
| Hex | 28 | 39 | 4B | 2F | 18 | 0 | 47 | D3 | 1E | 17 |
| Octal | 50 | 71 | 113 | 57 | 30 | 0 | 107 | 323 | 36 | 27 |
| Binary | 101000 | 111001 | 1001011 | 101111 | 11000 | 0 | 1000111 | 11010011 | 11110 | 10111 |
Color Harmonies of #28394B
Complementary color
Monochromatic Colors of #28394B
Black with #28394B
Text Example
Text Example
White with #28394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28394B; }
p { color: rgb(40,57,75); }
H1.HeaderClassName
{
color: #28394B;
}
.AnyTagClassName
{
color: #28394B;
}
</style>
background-color css
<style>
a { background-color: #28394B; }
a { background-color: rgb(40,57,75); }
div.DivClassName
{
background-color: #28394B;
}
.BgClassName
{
background-color: #28394B;
}
</style>
border-color css
<style>
span { border-color: #28394B; }
span { border-color: rgb(40,57,75); }
td.TdClassName
{
border-color: #28394B;
}
.TagClassName
{
border-color: #28394B;
}
</style>