Shades of Tolopea #241A40
Tints of Tolopea #241A40
RGB
CMYK
RGB Variations
Color information
#241A40 (or 0x241A40) is known color: Tolopea. HEX triplet: 24, 1A and 40. RGB value is (36,26,64). Sum of RGB (Red+Green+Blue) = 36+26+64=126 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.57% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #241A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A40 is #DBE5BF. Grayscale: #212121. Windows color (decimal): -14411200 or 4200996. OLE color: 4200996.
HSL color Cylindrical-coordinate representation of color #241A40: hue angle of 255.79º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #241A40 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 26 | 64 | - |
| CMYK | 0.44 | 0.59 | 0 | 0.75 |
| HSL | 255.79º | 0.42% | 0.18% | - |
| HSV(B) | 255.79º | 0.59% | 0.25% | - |
| XYZ | 2.02 | 1.48 | 5.03 | - |
| YUV | 33.32 | 145.31 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 64 | 0.44 | 0.59 | 0 | 0.75 | 255.79 | 0.42 | 0.18 |
| Hex | 24 | 1A | 40 | 2C | 3B | 0 | 4B | 100 | 2A | 12 |
| Octal | 44 | 32 | 100 | 54 | 73 | 0 | 113 | 400 | 52 | 22 |
| Binary | 100100 | 11010 | 1000000 | 101100 | 111011 | 0 | 1001011 | 100000000 | 101010 | 10010 |
Color Harmonies of #241A40
Complementary color
Monochromatic Colors of #241A40
Black with #241A40
Text Example
Text Example
White with #241A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241A40; }
p { color: rgb(36,26,64); }
H1.HeaderClassName
{
color: #241A40;
}
.AnyTagClassName
{
color: #241A40;
}
</style>
background-color css
<style>
a { background-color: #241A40; }
a { background-color: rgb(36,26,64); }
div.DivClassName
{
background-color: #241A40;
}
.BgClassName
{
background-color: #241A40;
}
</style>
border-color css
<style>
span { border-color: #241A40; }
span { border-color: rgb(36,26,64); }
td.TdClassName
{
border-color: #241A40;
}
.TagClassName
{
border-color: #241A40;
}
</style>