Shades of Tolopea #241C32
Tints of Tolopea #241C32
RGB
CMYK
RGB Variations
Color information
#241C32 (or 0x241C32) is known color: Tolopea. HEX triplet: 24, 1C and 32. RGB value is (36,28,50). Sum of RGB (Red+Green+Blue) = 36+28+50=114 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.58% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 50 (19.92% from 255 or 43.86% from 114); Max value from RGB is 50 - color contains mainly: blue. Hex color #241C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241C32 is #DBE3CD. Grayscale: #202020. Windows color (decimal): -14410702 or 3284004. OLE color: 3284004.
HSL color Cylindrical-coordinate representation of color #241C32: hue angle of 261.82º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #241C32 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 36 | 28 | 50 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.80 |
| HSL | 261.82º | 0.28% | 0.15% | - |
| HSV(B) | 261.82º | 0.44% | 0.2% | - |
| XYZ | 1.72 | 1.44 | 3.2 | - |
| YUV | 32.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 50 | 0.28 | 0.44 | 0 | 0.80 | 261.82 | 0.28 | 0.15 |
| Hex | 24 | 1C | 32 | 1C | 2C | 0 | 50 | 106 | 1C | F |
| Octal | 44 | 34 | 62 | 34 | 54 | 0 | 120 | 406 | 34 | 17 |
| Binary | 100100 | 11100 | 110010 | 11100 | 101100 | 0 | 1010000 | 100000110 | 11100 | 1111 |
Color Harmonies of #241C32
Complementary color
Monochromatic Colors of #241C32
Black with #241C32
Text Example
Text Example
White with #241C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241C32; }
p { color: rgb(36,28,50); }
H1.HeaderClassName
{
color: #241C32;
}
.AnyTagClassName
{
color: #241C32;
}
</style>
background-color css
<style>
a { background-color: #241C32; }
a { background-color: rgb(36,28,50); }
div.DivClassName
{
background-color: #241C32;
}
.BgClassName
{
background-color: #241C32;
}
</style>
border-color css
<style>
span { border-color: #241C32; }
span { border-color: rgb(36,28,50); }
td.TdClassName
{
border-color: #241C32;
}
.TagClassName
{
border-color: #241C32;
}
</style>