Shades of Tolopea #261D39
Tints of Tolopea #261D39
RGB
CMYK
RGB Variations
Color information
#261D39 (or 0x261D39) is known color: Tolopea. HEX triplet: 26, 1D and 39. RGB value is (38,29,57). Sum of RGB (Red+Green+Blue) = 38+29+57=124 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.65% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 57 (22.66% from 255 or 45.97% from 124); Max value from RGB is 57 - color contains mainly: blue. Hex color #261D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261D39 is #D9E2C6. Grayscale: #222222. Windows color (decimal): -14279367 or 3743014. OLE color: 3743014.
HSL color Cylindrical-coordinate representation of color #261D39: hue angle of 259.29º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #261D39 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 38 | 29 | 57 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.78 |
| HSL | 259.29º | 0.33% | 0.17% | - |
| HSV(B) | 259.29º | 0.49% | 0.22% | - |
| XYZ | 1.98 | 1.59 | 4.07 | - |
| YUV | 34.88 | 140.48 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 29 | 57 | 0.33 | 0.49 | 0 | 0.78 | 259.29 | 0.33 | 0.17 |
| Hex | 26 | 1D | 39 | 21 | 31 | 0 | 4E | 103 | 21 | 11 |
| Octal | 46 | 35 | 71 | 41 | 61 | 0 | 116 | 403 | 41 | 21 |
| Binary | 100110 | 11101 | 111001 | 100001 | 110001 | 0 | 1001110 | 100000011 | 100001 | 10001 |
Color Harmonies of #261D39
Complementary color
Monochromatic Colors of #261D39
Black with #261D39
Text Example
Text Example
White with #261D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261D39; }
p { color: rgb(38,29,57); }
H1.HeaderClassName
{
color: #261D39;
}
.AnyTagClassName
{
color: #261D39;
}
</style>
background-color css
<style>
a { background-color: #261D39; }
a { background-color: rgb(38,29,57); }
div.DivClassName
{
background-color: #261D39;
}
.BgClassName
{
background-color: #261D39;
}
</style>
border-color css
<style>
span { border-color: #261D39; }
span { border-color: rgb(38,29,57); }
td.TdClassName
{
border-color: #261D39;
}
.TagClassName
{
border-color: #261D39;
}
</style>