Shades of Tolopea #241C38
Tints of Tolopea #241C38
RGB
CMYK
RGB Variations
Color information
#241C38 (or 0x241C38) is known color: Tolopea. HEX triplet: 24, 1C and 38. RGB value is (36,28,56). Sum of RGB (Red+Green+Blue) = 36+28+56=120 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 56 (22.27% from 255 or 46.67% from 120); Max value from RGB is 56 - color contains mainly: blue. Hex color #241C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241C38 is #DBE3C7. Grayscale: #212121. Windows color (decimal): -14410696 or 3677220. OLE color: 3677220.
HSL color Cylindrical-coordinate representation of color #241C38: hue angle of 257.14º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #241C38 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 36 | 28 | 56 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.78 |
| HSL | 257.14º | 0.33% | 0.16% | - |
| HSV(B) | 257.14º | 0.5% | 0.22% | - |
| XYZ | 1.86 | 1.49 | 3.93 | - |
| YUV | 33.58 | 140.65 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 56 | 0.36 | 0.50 | 0 | 0.78 | 257.14 | 0.33 | 0.16 |
| Hex | 24 | 1C | 38 | 24 | 32 | 0 | 4E | 101 | 21 | 10 |
| Octal | 44 | 34 | 70 | 44 | 62 | 0 | 116 | 401 | 41 | 20 |
| Binary | 100100 | 11100 | 111000 | 100100 | 110010 | 0 | 1001110 | 100000001 | 100001 | 10000 |
Color Harmonies of #241C38
Complementary color
Monochromatic Colors of #241C38
Black with #241C38
Text Example
Text Example
White with #241C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241C38; }
p { color: rgb(36,28,56); }
H1.HeaderClassName
{
color: #241C38;
}
.AnyTagClassName
{
color: #241C38;
}
</style>
background-color css
<style>
a { background-color: #241C38; }
a { background-color: rgb(36,28,56); }
div.DivClassName
{
background-color: #241C38;
}
.BgClassName
{
background-color: #241C38;
}
</style>
border-color css
<style>
span { border-color: #241C38; }
span { border-color: rgb(36,28,56); }
td.TdClassName
{
border-color: #241C38;
}
.TagClassName
{
border-color: #241C38;
}
</style>