Shades of Tolopea #241E3E
Tints of Tolopea #241E3E
RGB
CMYK
RGB Variations
Color information
#241E3E (or 0x241E3E) is known color: Tolopea. HEX triplet: 24, 1E and 3E. RGB value is (36,30,62). Sum of RGB (Red+Green+Blue) = 36+30+62=128 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.12% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 62 (24.61% from 255 or 48.44% from 128); Max value from RGB is 62 - color contains mainly: blue. Hex color #241E3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241E3E is #DBE1C1. Grayscale: #232323. Windows color (decimal): -14410178 or 4070948. OLE color: 4070948.
HSL color Cylindrical-coordinate representation of color #241E3E: hue angle of 251.25º degrees, saturation: 0.35, 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 #241E3E is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 36 | 30 | 62 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.76 |
| HSL | 251.25º | 0.35% | 0.18% | - |
| HSV(B) | 251.25º | 0.52% | 0.24% | - |
| XYZ | 2.06 | 1.65 | 4.77 | - |
| YUV | 35.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 30 | 62 | 0.42 | 0.52 | 0 | 0.76 | 251.25 | 0.35 | 0.18 |
| Hex | 24 | 1E | 3E | 2A | 34 | 0 | 4C | FB | 23 | 12 |
| Octal | 44 | 36 | 76 | 52 | 64 | 0 | 114 | 373 | 43 | 22 |
| Binary | 100100 | 11110 | 111110 | 101010 | 110100 | 0 | 1001100 | 11111011 | 100011 | 10010 |
Color Harmonies of #241E3E
Complementary color
Monochromatic Colors of #241E3E
Black with #241E3E
Text Example
Text Example
White with #241E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241E3E; }
p { color: rgb(36,30,62); }
H1.HeaderClassName
{
color: #241E3E;
}
.AnyTagClassName
{
color: #241E3E;
}
</style>
background-color css
<style>
a { background-color: #241E3E; }
a { background-color: rgb(36,30,62); }
div.DivClassName
{
background-color: #241E3E;
}
.BgClassName
{
background-color: #241E3E;
}
</style>
border-color css
<style>
span { border-color: #241E3E; }
span { border-color: rgb(36,30,62); }
td.TdClassName
{
border-color: #241E3E;
}
.TagClassName
{
border-color: #241E3E;
}
</style>