Shades of Tolopea #241B41
Tints of Tolopea #241B41
RGB
CMYK
RGB Variations
Color information
#241B41 (or 0x241B41) is known color: Tolopea. HEX triplet: 24, 1B and 41. RGB value is (36,27,65). Sum of RGB (Red+Green+Blue) = 36+27+65=128 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.12% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 65 (25.78% from 255 or 50.78% from 128); Max value from RGB is 65 - color contains mainly: blue. Hex color #241B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241B41 is #DBE4BE. Grayscale: #212121. Windows color (decimal): -14410943 or 4266788. OLE color: 4266788.
HSL color Cylindrical-coordinate representation of color #241B41: hue angle of 254.21º 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 #241B41 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 27 | 65 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.75 |
| HSL | 254.21º | 0.41% | 0.18% | - |
| HSV(B) | 254.21º | 0.58% | 0.25% | - |
| XYZ | 2.07 | 1.54 | 5.19 | - |
| YUV | 34.02 | 145.48 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 27 | 65 | 0.45 | 0.58 | 0 | 0.75 | 254.21 | 0.41 | 0.18 |
| Hex | 24 | 1B | 41 | 2D | 3A | 0 | 4B | FE | 29 | 12 |
| Octal | 44 | 33 | 101 | 55 | 72 | 0 | 113 | 376 | 51 | 22 |
| Binary | 100100 | 11011 | 1000001 | 101101 | 111010 | 0 | 1001011 | 11111110 | 101001 | 10010 |
Color Harmonies of #241B41
Complementary color
Monochromatic Colors of #241B41
Black with #241B41
Text Example
Text Example
White with #241B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241B41; }
p { color: rgb(36,27,65); }
H1.HeaderClassName
{
color: #241B41;
}
.AnyTagClassName
{
color: #241B41;
}
</style>
background-color css
<style>
a { background-color: #241B41; }
a { background-color: rgb(36,27,65); }
div.DivClassName
{
background-color: #241B41;
}
.BgClassName
{
background-color: #241B41;
}
</style>
border-color css
<style>
span { border-color: #241B41; }
span { border-color: rgb(36,27,65); }
td.TdClassName
{
border-color: #241B41;
}
.TagClassName
{
border-color: #241B41;
}
</style>