Shades of Tolopea #241A37
Tints of Tolopea #241A37
RGB
CMYK
RGB Variations
Color information
#241A37 (or 0x241A37) is known color: Tolopea. HEX triplet: 24, 1A and 37. RGB value is (36,26,55). Sum of RGB (Red+Green+Blue) = 36+26+55=117 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.77% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 55 (21.88% from 255 or 47.01% from 117); Max value from RGB is 55 - color contains mainly: blue. Hex color #241A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A37 is #DBE5C8. Grayscale: #202020. Windows color (decimal): -14411209 or 3611172. OLE color: 3611172.
HSL color Cylindrical-coordinate representation of color #241A37: hue angle of 260.69º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #241A37 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 36 | 26 | 55 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.78 |
| HSL | 260.69º | 0.36% | 0.16% | - |
| HSV(B) | 260.69º | 0.53% | 0.22% | - |
| XYZ | 1.79 | 1.39 | 3.79 | - |
| YUV | 32.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 55 | 0.35 | 0.53 | 0 | 0.78 | 260.69 | 0.36 | 0.16 |
| Hex | 24 | 1A | 37 | 23 | 35 | 0 | 4E | 105 | 24 | 10 |
| Octal | 44 | 32 | 67 | 43 | 65 | 0 | 116 | 405 | 44 | 20 |
| Binary | 100100 | 11010 | 110111 | 100011 | 110101 | 0 | 1001110 | 100000101 | 100100 | 10000 |
Color Harmonies of #241A37
Complementary color
Monochromatic Colors of #241A37
Black with #241A37
Text Example
Text Example
White with #241A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241A37; }
p { color: rgb(36,26,55); }
H1.HeaderClassName
{
color: #241A37;
}
.AnyTagClassName
{
color: #241A37;
}
</style>
background-color css
<style>
a { background-color: #241A37; }
a { background-color: rgb(36,26,55); }
div.DivClassName
{
background-color: #241A37;
}
.BgClassName
{
background-color: #241A37;
}
</style>
border-color css
<style>
span { border-color: #241A37; }
span { border-color: rgb(36,26,55); }
td.TdClassName
{
border-color: #241A37;
}
.TagClassName
{
border-color: #241A37;
}
</style>