Shades of Tolopea #271F3F
Tints of Tolopea #271F3F
RGB
CMYK
RGB Variations
Color information
#271F3F (or 0x271F3F) is known color: Tolopea. HEX triplet: 27, 1F and 3F. RGB value is (39,31,63). Sum of RGB (Red+Green+Blue) = 39+31+63=133 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.32% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 63 - color contains mainly: blue. Hex color #271F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271F3F is #D8E0C0. Grayscale: #242424. Windows color (decimal): -14213313 or 4136743. OLE color: 4136743.
HSL color Cylindrical-coordinate representation of color #271F3F: hue angle of 255º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #271F3F is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 31 | 63 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.75 |
| HSL | 255º | 0.34% | 0.18% | - |
| HSV(B) | 255º | 0.51% | 0.25% | - |
| XYZ | 2.22 | 1.77 | 4.93 | - |
| YUV | 37.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 31 | 63 | 0.38 | 0.51 | 0 | 0.75 | 255 | 0.34 | 0.18 |
| Hex | 27 | 1F | 3F | 26 | 33 | 0 | 4B | FF | 22 | 12 |
| Octal | 47 | 37 | 77 | 46 | 63 | 0 | 113 | 377 | 42 | 22 |
| Binary | 100111 | 11111 | 111111 | 100110 | 110011 | 0 | 1001011 | 11111111 | 100010 | 10010 |
Color Harmonies of #271F3F
Complementary color
Monochromatic Colors of #271F3F
Black with #271F3F
Text Example
Text Example
White with #271F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271F3F; }
p { color: rgb(39,31,63); }
H1.HeaderClassName
{
color: #271F3F;
}
.AnyTagClassName
{
color: #271F3F;
}
</style>
background-color css
<style>
a { background-color: #271F3F; }
a { background-color: rgb(39,31,63); }
div.DivClassName
{
background-color: #271F3F;
}
.BgClassName
{
background-color: #271F3F;
}
</style>
border-color css
<style>
span { border-color: #271F3F; }
span { border-color: rgb(39,31,63); }
td.TdClassName
{
border-color: #271F3F;
}
.TagClassName
{
border-color: #271F3F;
}
</style>