Shades of Tolopea #24193A
Tints of Tolopea #24193A
RGB
CMYK
RGB Variations
Color information
#24193A (or 0x24193A) is known color: Tolopea. HEX triplet: 24, 19 and 3A. RGB value is (36,25,58). Sum of RGB (Red+Green+Blue) = 36+25+58=119 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.25% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 58 (23.05% from 255 or 48.74% from 119); Max value from RGB is 58 - color contains mainly: blue. Hex color #24193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24193A is #DBE6C5. Grayscale: #1F1F1F. Windows color (decimal): -14411462 or 3807524. OLE color: 3807524.
HSL color Cylindrical-coordinate representation of color #24193A: hue angle of 260º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #24193A is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 36 | 25 | 58 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.77 |
| HSL | 260º | 0.4% | 0.16% | - |
| HSV(B) | 260º | 0.57% | 0.23% | - |
| XYZ | 1.84 | 1.38 | 4.17 | - |
| YUV | 32.05 | 142.64 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 58 | 0.38 | 0.57 | 0 | 0.77 | 260 | 0.4 | 0.16 |
| Hex | 24 | 19 | 3A | 26 | 39 | 0 | 4D | 104 | 28 | 10 |
| Octal | 44 | 31 | 72 | 46 | 71 | 0 | 115 | 404 | 50 | 20 |
| Binary | 100100 | 11001 | 111010 | 100110 | 111001 | 0 | 1001101 | 100000100 | 101000 | 10000 |
Color Harmonies of #24193A
Complementary color
Monochromatic Colors of #24193A
Black with #24193A
Text Example
Text Example
White with #24193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24193A; }
p { color: rgb(36,25,58); }
H1.HeaderClassName
{
color: #24193A;
}
.AnyTagClassName
{
color: #24193A;
}
</style>
background-color css
<style>
a { background-color: #24193A; }
a { background-color: rgb(36,25,58); }
div.DivClassName
{
background-color: #24193A;
}
.BgClassName
{
background-color: #24193A;
}
</style>
border-color css
<style>
span { border-color: #24193A; }
span { border-color: rgb(36,25,58); }
td.TdClassName
{
border-color: #24193A;
}
.TagClassName
{
border-color: #24193A;
}
</style>