Shades of Tolopea #241D2E
Tints of Tolopea #241D2E
RGB
CMYK
RGB Variations
Color information
#241D2E (or 0x241D2E) is known color: Tolopea. HEX triplet: 24, 1D and 2E. RGB value is (36,29,46). Sum of RGB (Red+Green+Blue) = 36+29+46=111 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.43% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 46 (18.36% from 255 or 41.44% from 111); Max value from RGB is 46 - color contains mainly: blue. Hex color #241D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241D2E is #DBE2D1. Grayscale: #202020. Windows color (decimal): -14410450 or 3022116. OLE color: 3022116.
HSL color Cylindrical-coordinate representation of color #241D2E: hue angle of 264.71º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #241D2E is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 29 | 46 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.82 |
| HSL | 264.71º | 0.23% | 0.15% | - |
| HSV(B) | 264.71º | 0.37% | 0.18% | - |
| XYZ | 1.66 | 1.45 | 2.78 | - |
| YUV | 33.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 46 | 0.22 | 0.37 | 0 | 0.82 | 264.71 | 0.23 | 0.15 |
| Hex | 24 | 1D | 2E | 16 | 25 | 0 | 52 | 109 | 17 | F |
| Octal | 44 | 35 | 56 | 26 | 45 | 0 | 122 | 411 | 27 | 17 |
| Binary | 100100 | 11101 | 101110 | 10110 | 100101 | 0 | 1010010 | 100001001 | 10111 | 1111 |
Color Harmonies of #241D2E
Complementary color
Monochromatic Colors of #241D2E
Black with #241D2E
Text Example
Text Example
White with #241D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241D2E; }
p { color: rgb(36,29,46); }
H1.HeaderClassName
{
color: #241D2E;
}
.AnyTagClassName
{
color: #241D2E;
}
</style>
background-color css
<style>
a { background-color: #241D2E; }
a { background-color: rgb(36,29,46); }
div.DivClassName
{
background-color: #241D2E;
}
.BgClassName
{
background-color: #241D2E;
}
</style>
border-color css
<style>
span { border-color: #241D2E; }
span { border-color: rgb(36,29,46); }
td.TdClassName
{
border-color: #241D2E;
}
.TagClassName
{
border-color: #241D2E;
}
</style>