Shades of Tolopea #241938
Tints of Tolopea #241938
RGB
CMYK
RGB Variations
Color information
#241938 (or 0x241938) is known color: Tolopea. HEX triplet: 24, 19 and 38. RGB value is (36,25,56). Sum of RGB (Red+Green+Blue) = 36+25+56=117 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.77% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 56 (22.27% from 255 or 47.86% from 117); Max value from RGB is 56 - color contains mainly: blue. Hex color #241938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241938 is #DBE6C7. Grayscale: #1F1F1F. Windows color (decimal): -14411464 or 3676452. OLE color: 3676452.
HSL color Cylindrical-coordinate representation of color #241938: hue angle of 261.29º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #241938 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 36 | 25 | 56 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.78 |
| HSL | 261.29º | 0.38% | 0.16% | - |
| HSV(B) | 261.29º | 0.55% | 0.22% | - |
| XYZ | 1.79 | 1.36 | 3.91 | - |
| YUV | 31.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 56 | 0.36 | 0.55 | 0 | 0.78 | 261.29 | 0.38 | 0.16 |
| Hex | 24 | 19 | 38 | 24 | 37 | 0 | 4E | 105 | 26 | 10 |
| Octal | 44 | 31 | 70 | 44 | 67 | 0 | 116 | 405 | 46 | 20 |
| Binary | 100100 | 11001 | 111000 | 100100 | 110111 | 0 | 1001110 | 100000101 | 100110 | 10000 |
Color Harmonies of #241938
Complementary color
Monochromatic Colors of #241938
Black with #241938
Text Example
Text Example
White with #241938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241938; }
p { color: rgb(36,25,56); }
H1.HeaderClassName
{
color: #241938;
}
.AnyTagClassName
{
color: #241938;
}
</style>
background-color css
<style>
a { background-color: #241938; }
a { background-color: rgb(36,25,56); }
div.DivClassName
{
background-color: #241938;
}
.BgClassName
{
background-color: #241938;
}
</style>
border-color css
<style>
span { border-color: #241938; }
span { border-color: rgb(36,25,56); }
td.TdClassName
{
border-color: #241938;
}
.TagClassName
{
border-color: #241938;
}
</style>