Shades of Tolopea #241C33
Tints of Tolopea #241C33
RGB
CMYK
RGB Variations
Color information
#241C33 (or 0x241C33) is known color: Tolopea. HEX triplet: 24, 1C and 33. RGB value is (36,28,51). Sum of RGB (Red+Green+Blue) = 36+28+51=115 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.30% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 51 (20.31% from 255 or 44.35% from 115); Max value from RGB is 51 - color contains mainly: blue. Hex color #241C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241C33 is #DBE3CC. Grayscale: #202020. Windows color (decimal): -14410701 or 3349540. OLE color: 3349540.
HSL color Cylindrical-coordinate representation of color #241C33: hue angle of 260.87º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #241C33 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 36 | 28 | 51 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.8 |
| HSL | 260.87º | 0.29% | 0.15% | - |
| HSV(B) | 260.87º | 0.45% | 0.2% | - |
| XYZ | 1.74 | 1.44 | 3.32 | - |
| YUV | 33.01 | 138.15 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 51 | 0.29 | 0.45 | 0 | 0.8 | 260.87 | 0.29 | 0.15 |
| Hex | 24 | 1C | 33 | 1D | 2D | 0 | 50 | 105 | 1D | F |
| Octal | 44 | 34 | 63 | 35 | 55 | 0 | 120 | 405 | 35 | 17 |
| Binary | 100100 | 11100 | 110011 | 11101 | 101101 | 0 | 1010000 | 100000101 | 11101 | 1111 |
Color Harmonies of #241C33
Complementary color
Monochromatic Colors of #241C33
Black with #241C33
Text Example
Text Example
White with #241C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241C33; }
p { color: rgb(36,28,51); }
H1.HeaderClassName
{
color: #241C33;
}
.AnyTagClassName
{
color: #241C33;
}
</style>
background-color css
<style>
a { background-color: #241C33; }
a { background-color: rgb(36,28,51); }
div.DivClassName
{
background-color: #241C33;
}
.BgClassName
{
background-color: #241C33;
}
</style>
border-color css
<style>
span { border-color: #241C33; }
span { border-color: rgb(36,28,51); }
td.TdClassName
{
border-color: #241C33;
}
.TagClassName
{
border-color: #241C33;
}
</style>