Shades of Tolopea #241D3D
Tints of Tolopea #241D3D
RGB
CMYK
RGB Variations
Color information
#241D3D (or 0x241D3D) is known color: Tolopea. HEX triplet: 24, 1D and 3D. RGB value is (36,29,61). Sum of RGB (Red+Green+Blue) = 36+29+61=126 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.57% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #241D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241D3D is #DBE2C2. Grayscale: #222222. Windows color (decimal): -14410435 or 4005156. OLE color: 4005156.
HSL color Cylindrical-coordinate representation of color #241D3D: hue angle of 253.12º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #241D3D is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 36 | 29 | 61 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.76 |
| HSL | 253.13º | 0.36% | 0.18% | - |
| HSV(B) | 253.13º | 0.52% | 0.24% | - |
| XYZ | 2.01 | 1.59 | 4.62 | - |
| YUV | 34.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 61 | 0.41 | 0.52 | 0 | 0.76 | 253.13 | 0.36 | 0.18 |
| Hex | 24 | 1D | 3D | 29 | 34 | 0 | 4C | FD | 24 | 12 |
| Octal | 44 | 35 | 75 | 51 | 64 | 0 | 114 | 375 | 44 | 22 |
| Binary | 100100 | 11101 | 111101 | 101001 | 110100 | 0 | 1001100 | 11111101 | 100100 | 10010 |
Color Harmonies of #241D3D
Complementary color
Monochromatic Colors of #241D3D
Black with #241D3D
Text Example
Text Example
White with #241D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241D3D; }
p { color: rgb(36,29,61); }
H1.HeaderClassName
{
color: #241D3D;
}
.AnyTagClassName
{
color: #241D3D;
}
</style>
background-color css
<style>
a { background-color: #241D3D; }
a { background-color: rgb(36,29,61); }
div.DivClassName
{
background-color: #241D3D;
}
.BgClassName
{
background-color: #241D3D;
}
</style>
border-color css
<style>
span { border-color: #241D3D; }
span { border-color: rgb(36,29,61); }
td.TdClassName
{
border-color: #241D3D;
}
.TagClassName
{
border-color: #241D3D;
}
</style>