Shades of Tolopea #261F36
Tints of Tolopea #261F36
RGB
CMYK
RGB Variations
Color information
#261F36 (or 0x261F36) is known color: Tolopea. HEX triplet: 26, 1F and 36. RGB value is (38,31,54). Sum of RGB (Red+Green+Blue) = 38+31+54=123 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.89% from 123); Green value is 31 (12.5% from 255 or 25.20% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 54 - color contains mainly: blue. Hex color #261F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261F36 is #D9E0C9. Grayscale: #232323. Windows color (decimal): -14278858 or 3546918. OLE color: 3546918.
HSL color Cylindrical-coordinate representation of color #261F36: hue angle of 258.26º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #261F36 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 38 | 31 | 54 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.79 |
| HSL | 258.26º | 0.27% | 0.17% | - |
| HSV(B) | 258.26º | 0.43% | 0.21% | - |
| XYZ | 1.96 | 1.66 | 3.71 | - |
| YUV | 35.72 | 138.32 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 54 | 0.30 | 0.43 | 0 | 0.79 | 258.26 | 0.27 | 0.17 |
| Hex | 26 | 1F | 36 | 1E | 2B | 0 | 4F | 102 | 1B | 11 |
| Octal | 46 | 37 | 66 | 36 | 53 | 0 | 117 | 402 | 33 | 21 |
| Binary | 100110 | 11111 | 110110 | 11110 | 101011 | 0 | 1001111 | 100000010 | 11011 | 10001 |
Color Harmonies of #261F36
Complementary color
Monochromatic Colors of #261F36
Black with #261F36
Text Example
Text Example
White with #261F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261F36; }
p { color: rgb(38,31,54); }
H1.HeaderClassName
{
color: #261F36;
}
.AnyTagClassName
{
color: #261F36;
}
</style>
background-color css
<style>
a { background-color: #261F36; }
a { background-color: rgb(38,31,54); }
div.DivClassName
{
background-color: #261F36;
}
.BgClassName
{
background-color: #261F36;
}
</style>
border-color css
<style>
span { border-color: #261F36; }
span { border-color: rgb(38,31,54); }
td.TdClassName
{
border-color: #261F36;
}
.TagClassName
{
border-color: #261F36;
}
</style>