Shades of Tolopea #2F2739
Tints of Tolopea #2F2739
RGB
CMYK
RGB Variations
Color information
#2F2739 (or 0x2F2739) is known color: Tolopea. HEX triplet: 2F, 27 and 39. RGB value is (47,39,57). Sum of RGB (Red+Green+Blue) = 47+39+57=143 (18% of max value = 765). Red value is 47 (18.75% from 255 or 32.87% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 57 - color contains mainly: blue. Hex color #2F2739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2739 is #D0D8C6. Grayscale: #2B2B2B. Windows color (decimal): -13686983 or 3745583. OLE color: 3745583.
HSL color Cylindrical-coordinate representation of color #2F2739: hue angle of 266.67º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2F2739 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 39 | 57 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.78 |
| HSL | 266.67º | 0.19% | 0.19% | - |
| HSV(B) | 266.67º | 0.32% | 0.22% | - |
| XYZ | 2.64 | 2.35 | 4.19 | - |
| YUV | 43.44 | 135.65 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 39 | 57 | 0.18 | 0.32 | 0 | 0.78 | 266.67 | 0.19 | 0.19 |
| Hex | 2F | 27 | 39 | 12 | 20 | 0 | 4E | 10B | 13 | 13 |
| Octal | 57 | 47 | 71 | 22 | 40 | 0 | 116 | 413 | 23 | 23 |
| Binary | 101111 | 100111 | 111001 | 10010 | 100000 | 0 | 1001110 | 100001011 | 10011 | 10011 |
Color Harmonies of #2F2739
Complementary color
Monochromatic Colors of #2F2739
Black with #2F2739
Text Example
Text Example
White with #2F2739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2739; }
p { color: rgb(47,39,57); }
H1.HeaderClassName
{
color: #2F2739;
}
.AnyTagClassName
{
color: #2F2739;
}
</style>
background-color css
<style>
a { background-color: #2F2739; }
a { background-color: rgb(47,39,57); }
div.DivClassName
{
background-color: #2F2739;
}
.BgClassName
{
background-color: #2F2739;
}
</style>
border-color css
<style>
span { border-color: #2F2739; }
span { border-color: rgb(47,39,57); }
td.TdClassName
{
border-color: #2F2739;
}
.TagClassName
{
border-color: #2F2739;
}
</style>