Shades of Tolopea #241A33
Tints of Tolopea #241A33
RGB
CMYK
RGB Variations
Color information
#241A33 (or 0x241A33) is known color: Tolopea. HEX triplet: 24, 1A and 33. RGB value is (36,26,51). Sum of RGB (Red+Green+Blue) = 36+26+51=113 (14% of max value = 765). Red value is 36 (14.45% from 255 or 31.86% from 113); Green value is 26 (10.55% from 255 or 23.01% from 113); Blue value is 51 (20.31% from 255 or 45.13% from 113); Max value from RGB is 51 - color contains mainly: blue. Hex color #241A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A33 is #DBE5CC. Grayscale: #1F1F1F. Windows color (decimal): -14411213 or 3349028. OLE color: 3349028.
HSL color Cylindrical-coordinate representation of color #241A33: hue angle of 264º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #241A33 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 36 | 26 | 51 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.8 |
| HSL | 264º | 0.32% | 0.15% | - |
| HSV(B) | 264º | 0.49% | 0.2% | - |
| XYZ | 1.69 | 1.35 | 3.3 | - |
| YUV | 31.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 51 | 0.29 | 0.49 | 0 | 0.8 | 264 | 0.32 | 0.15 |
| Hex | 24 | 1A | 33 | 1D | 31 | 0 | 50 | 108 | 20 | F |
| Octal | 44 | 32 | 63 | 35 | 61 | 0 | 120 | 410 | 40 | 17 |
| Binary | 100100 | 11010 | 110011 | 11101 | 110001 | 0 | 1010000 | 100001000 | 100000 | 1111 |
Color Harmonies of #241A33
Complementary color
Monochromatic Colors of #241A33
Black with #241A33
Text Example
Text Example
White with #241A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241A33; }
p { color: rgb(36,26,51); }
H1.HeaderClassName
{
color: #241A33;
}
.AnyTagClassName
{
color: #241A33;
}
</style>
background-color css
<style>
a { background-color: #241A33; }
a { background-color: rgb(36,26,51); }
div.DivClassName
{
background-color: #241A33;
}
.BgClassName
{
background-color: #241A33;
}
</style>
border-color css
<style>
span { border-color: #241A33; }
span { border-color: rgb(36,26,51); }
td.TdClassName
{
border-color: #241A33;
}
.TagClassName
{
border-color: #241A33;
}
</style>