Shades of Tolopea #241B40
Tints of Tolopea #241B40
RGB
CMYK
RGB Variations
Color information
#241B40 (or 0x241B40) is known color: Tolopea. HEX triplet: 24, 1B and 40. RGB value is (36,27,64). Sum of RGB (Red+Green+Blue) = 36+27+64=127 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.35% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #241B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241B40 is #DBE4BF. Grayscale: #212121. Windows color (decimal): -14410944 or 4201252. OLE color: 4201252.
HSL color Cylindrical-coordinate representation of color #241B40: hue angle of 254.59º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #241B40 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 27 | 64 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.75 |
| HSL | 254.59º | 0.41% | 0.18% | - |
| HSV(B) | 254.59º | 0.58% | 0.25% | - |
| XYZ | 2.04 | 1.53 | 5.04 | - |
| YUV | 33.91 | 144.98 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 27 | 64 | 0.44 | 0.58 | 0 | 0.75 | 254.59 | 0.41 | 0.18 |
| Hex | 24 | 1B | 40 | 2C | 3A | 0 | 4B | FF | 29 | 12 |
| Octal | 44 | 33 | 100 | 54 | 72 | 0 | 113 | 377 | 51 | 22 |
| Binary | 100100 | 11011 | 1000000 | 101100 | 111010 | 0 | 1001011 | 11111111 | 101001 | 10010 |
Color Harmonies of #241B40
Complementary color
Monochromatic Colors of #241B40
Black with #241B40
Text Example
Text Example
White with #241B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241B40; }
p { color: rgb(36,27,64); }
H1.HeaderClassName
{
color: #241B40;
}
.AnyTagClassName
{
color: #241B40;
}
</style>
background-color css
<style>
a { background-color: #241B40; }
a { background-color: rgb(36,27,64); }
div.DivClassName
{
background-color: #241B40;
}
.BgClassName
{
background-color: #241B40;
}
</style>
border-color css
<style>
span { border-color: #241B40; }
span { border-color: rgb(36,27,64); }
td.TdClassName
{
border-color: #241B40;
}
.TagClassName
{
border-color: #241B40;
}
</style>