Shades of Tolopea #28193F
Tints of Tolopea #28193F
RGB
CMYK
RGB Variations
Color information
#28193F (or 0x28193F) is known color: Tolopea. HEX triplet: 28, 19 and 3F. RGB value is (40,25,63). Sum of RGB (Red+Green+Blue) = 40+25+63=128 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.25% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 63 (25% from 255 or 49.22% from 128); Max value from RGB is 63 - color contains mainly: blue. Hex color #28193F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28193F is #D7E6C0. Grayscale: #212121. Windows color (decimal): -14149313 or 4135208. OLE color: 4135208.
HSL color Cylindrical-coordinate representation of color #28193F: hue angle of 263.68º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #28193F is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 25 | 63 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.75 |
| HSL | 263.68º | 0.43% | 0.17% | - |
| HSV(B) | 263.68º | 0.6% | 0.25% | - |
| XYZ | 2.12 | 1.51 | 4.88 | - |
| YUV | 33.82 | 144.47 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 63 | 0.37 | 0.60 | 0 | 0.75 | 263.68 | 0.43 | 0.17 |
| Hex | 28 | 19 | 3F | 25 | 3C | 0 | 4B | 108 | 2B | 11 |
| Octal | 50 | 31 | 77 | 45 | 74 | 0 | 113 | 410 | 53 | 21 |
| Binary | 101000 | 11001 | 111111 | 100101 | 111100 | 0 | 1001011 | 100001000 | 101011 | 10001 |
Color Harmonies of #28193F
Complementary color
Monochromatic Colors of #28193F
Black with #28193F
Text Example
Text Example
White with #28193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28193F; }
p { color: rgb(40,25,63); }
H1.HeaderClassName
{
color: #28193F;
}
.AnyTagClassName
{
color: #28193F;
}
</style>
background-color css
<style>
a { background-color: #28193F; }
a { background-color: rgb(40,25,63); }
div.DivClassName
{
background-color: #28193F;
}
.BgClassName
{
background-color: #28193F;
}
</style>
border-color css
<style>
span { border-color: #28193F; }
span { border-color: rgb(40,25,63); }
td.TdClassName
{
border-color: #28193F;
}
.TagClassName
{
border-color: #28193F;
}
</style>