Shades of Tolopea #241840
Tints of Tolopea #241840
RGB
CMYK
RGB Variations
Color information
#241840 (or 0x241840) is known color: Tolopea. HEX triplet: 24, 18 and 40. RGB value is (36,24,64). Sum of RGB (Red+Green+Blue) = 36+24+64=124 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.03% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #241840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241840 is #DBE7BF. Grayscale: #202020. Windows color (decimal): -14411712 or 4200484. OLE color: 4200484.
HSL color Cylindrical-coordinate representation of color #241840: hue angle of 258º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #241840 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 24 | 64 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.75 |
| HSL | 258º | 0.45% | 0.17% | - |
| HSV(B) | 258º | 0.63% | 0.25% | - |
| XYZ | 1.98 | 1.4 | 5.02 | - |
| YUV | 32.15 | 145.98 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 24 | 64 | 0.44 | 0.62 | 0 | 0.75 | 258 | 0.45 | 0.17 |
| Hex | 24 | 18 | 40 | 2C | 3E | 0 | 4B | 102 | 2D | 11 |
| Octal | 44 | 30 | 100 | 54 | 76 | 0 | 113 | 402 | 55 | 21 |
| Binary | 100100 | 11000 | 1000000 | 101100 | 111110 | 0 | 1001011 | 100000010 | 101101 | 10001 |
Color Harmonies of #241840
Complementary color
Monochromatic Colors of #241840
Black with #241840
Text Example
Text Example
White with #241840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241840; }
p { color: rgb(36,24,64); }
H1.HeaderClassName
{
color: #241840;
}
.AnyTagClassName
{
color: #241840;
}
</style>
background-color css
<style>
a { background-color: #241840; }
a { background-color: rgb(36,24,64); }
div.DivClassName
{
background-color: #241840;
}
.BgClassName
{
background-color: #241840;
}
</style>
border-color css
<style>
span { border-color: #241840; }
span { border-color: rgb(36,24,64); }
td.TdClassName
{
border-color: #241840;
}
.TagClassName
{
border-color: #241840;
}
</style>