Shades of Tolopea #271C3A
Tints of Tolopea #271C3A
RGB
CMYK
RGB Variations
Color information
#271C3A (or 0x271C3A) is known color: Tolopea. HEX triplet: 27, 1C and 3A. RGB value is (39,28,58). Sum of RGB (Red+Green+Blue) = 39+28+58=125 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.2% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 58 (23.05% from 255 or 46.4% from 125); Max value from RGB is 58 - color contains mainly: blue. Hex color #271C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271C3A is #D8E3C5. Grayscale: #222222. Windows color (decimal): -14214086 or 3808295. OLE color: 3808295.
HSL color Cylindrical-coordinate representation of color #271C3A: hue angle of 262º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #271C3A is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 39 | 28 | 58 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.77 |
| HSL | 262º | 0.35% | 0.17% | - |
| HSV(B) | 262º | 0.52% | 0.23% | - |
| XYZ | 2.02 | 1.57 | 4.2 | - |
| YUV | 34.71 | 141.14 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 28 | 58 | 0.33 | 0.52 | 0 | 0.77 | 262 | 0.35 | 0.17 |
| Hex | 27 | 1C | 3A | 21 | 34 | 0 | 4D | 106 | 23 | 11 |
| Octal | 47 | 34 | 72 | 41 | 64 | 0 | 115 | 406 | 43 | 21 |
| Binary | 100111 | 11100 | 111010 | 100001 | 110100 | 0 | 1001101 | 100000110 | 100011 | 10001 |
Color Harmonies of #271C3A
Complementary color
Monochromatic Colors of #271C3A
Black with #271C3A
Text Example
Text Example
White with #271C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271C3A; }
p { color: rgb(39,28,58); }
H1.HeaderClassName
{
color: #271C3A;
}
.AnyTagClassName
{
color: #271C3A;
}
</style>
background-color css
<style>
a { background-color: #271C3A; }
a { background-color: rgb(39,28,58); }
div.DivClassName
{
background-color: #271C3A;
}
.BgClassName
{
background-color: #271C3A;
}
</style>
border-color css
<style>
span { border-color: #271C3A; }
span { border-color: rgb(39,28,58); }
td.TdClassName
{
border-color: #271C3A;
}
.TagClassName
{
border-color: #271C3A;
}
</style>