Shades of Tolopea #261C39
Tints of Tolopea #261C39
RGB
CMYK
RGB Variations
Color information
#261C39 (or 0x261C39) is known color: Tolopea. HEX triplet: 26, 1C and 39. RGB value is (38,28,57). Sum of RGB (Red+Green+Blue) = 38+28+57=123 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.89% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 57 (22.66% from 255 or 46.34% from 123); Max value from RGB is 57 - color contains mainly: blue. Hex color #261C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261C39 is #D9E3C6. Grayscale: #222222. Windows color (decimal): -14279623 or 3742758. OLE color: 3742758.
HSL color Cylindrical-coordinate representation of color #261C39: hue angle of 260.69º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #261C39 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 38 | 28 | 57 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.78 |
| HSL | 260.69º | 0.34% | 0.17% | - |
| HSV(B) | 260.69º | 0.51% | 0.22% | - |
| XYZ | 1.95 | 1.54 | 4.06 | - |
| YUV | 34.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 57 | 0.33 | 0.51 | 0 | 0.78 | 260.69 | 0.34 | 0.17 |
| Hex | 26 | 1C | 39 | 21 | 33 | 0 | 4E | 105 | 22 | 11 |
| Octal | 46 | 34 | 71 | 41 | 63 | 0 | 116 | 405 | 42 | 21 |
| Binary | 100110 | 11100 | 111001 | 100001 | 110011 | 0 | 1001110 | 100000101 | 100010 | 10001 |
Color Harmonies of #261C39
Complementary color
Monochromatic Colors of #261C39
Black with #261C39
Text Example
Text Example
White with #261C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261C39; }
p { color: rgb(38,28,57); }
H1.HeaderClassName
{
color: #261C39;
}
.AnyTagClassName
{
color: #261C39;
}
</style>
background-color css
<style>
a { background-color: #261C39; }
a { background-color: rgb(38,28,57); }
div.DivClassName
{
background-color: #261C39;
}
.BgClassName
{
background-color: #261C39;
}
</style>
border-color css
<style>
span { border-color: #261C39; }
span { border-color: rgb(38,28,57); }
td.TdClassName
{
border-color: #261C39;
}
.TagClassName
{
border-color: #261C39;
}
</style>