Shades of Tolopea #271C38
Tints of Tolopea #271C38
RGB
CMYK
RGB Variations
Color information
#271C38 (or 0x271C38) is known color: Tolopea. HEX triplet: 27, 1C and 38. RGB value is (39,28,56). Sum of RGB (Red+Green+Blue) = 39+28+56=123 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.71% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 56 - color contains mainly: blue. Hex color #271C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271C38 is #D8E3C7. Grayscale: #222222. Windows color (decimal): -14214088 or 3677223. OLE color: 3677223.
HSL color Cylindrical-coordinate representation of color #271C38: hue angle of 263.57º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #271C38 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 39 | 28 | 56 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.78 |
| HSL | 263.57º | 0.33% | 0.16% | - |
| HSV(B) | 263.57º | 0.5% | 0.22% | - |
| XYZ | 1.97 | 1.55 | 3.94 | - |
| YUV | 34.48 | 140.14 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 28 | 56 | 0.30 | 0.50 | 0 | 0.78 | 263.57 | 0.33 | 0.16 |
| Hex | 27 | 1C | 38 | 1E | 32 | 0 | 4E | 108 | 21 | 10 |
| Octal | 47 | 34 | 70 | 36 | 62 | 0 | 116 | 410 | 41 | 20 |
| Binary | 100111 | 11100 | 111000 | 11110 | 110010 | 0 | 1001110 | 100001000 | 100001 | 10000 |
Color Harmonies of #271C38
Complementary color
Monochromatic Colors of #271C38
Black with #271C38
Text Example
Text Example
White with #271C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271C38; }
p { color: rgb(39,28,56); }
H1.HeaderClassName
{
color: #271C38;
}
.AnyTagClassName
{
color: #271C38;
}
</style>
background-color css
<style>
a { background-color: #271C38; }
a { background-color: rgb(39,28,56); }
div.DivClassName
{
background-color: #271C38;
}
.BgClassName
{
background-color: #271C38;
}
</style>
border-color css
<style>
span { border-color: #271C38; }
span { border-color: rgb(39,28,56); }
td.TdClassName
{
border-color: #271C38;
}
.TagClassName
{
border-color: #271C38;
}
</style>