Shades of Toledo #2F1E27
Tints of Toledo #2F1E27
RGB
CMYK
RGB Variations
Color information
#2F1E27 (or 0x2F1E27) is known color: Toledo. HEX triplet: 2F, 1E and 27. RGB value is (47,30,39). Sum of RGB (Red+Green+Blue) = 47+30+39=116 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.52% from 116); Green value is 30 (12.11% from 255 or 25.86% from 116); Blue value is 39 (15.62% from 255 or 33.62% from 116); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1E27 is #D0E1D8. Grayscale: #242424. Windows color (decimal): -13689305 or 2563631. OLE color: 2563631.
HSL color Cylindrical-coordinate representation of color #2F1E27: hue angle of 328.24º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2F1E27 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 30 | 39 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.82 |
| HSL | 328.24º | 0.22% | 0.15% | - |
| HSV(B) | 328.24º | 0.36% | 0.18% | - |
| XYZ | 2 | 1.68 | 2.14 | - |
| YUV | 36.11 | 129.63 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 30 | 39 | 0 | 0.36 | 0.17 | 0.82 | 328.24 | 0.22 | 0.15 |
| Hex | 2F | 1E | 27 | 0 | 24 | 11 | 52 | 148 | 16 | F |
| Octal | 57 | 36 | 47 | 0 | 44 | 21 | 122 | 510 | 26 | 17 |
| Binary | 101111 | 11110 | 100111 | 0 | 100100 | 10001 | 1010010 | 101001000 | 10110 | 1111 |
Color Harmonies of #2F1E27
Complementary color
Monochromatic Colors of #2F1E27
Black with #2F1E27
Text Example
Text Example
White with #2F1E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1E27; }
p { color: rgb(47,30,39); }
H1.HeaderClassName
{
color: #2F1E27;
}
.AnyTagClassName
{
color: #2F1E27;
}
</style>
background-color css
<style>
a { background-color: #2F1E27; }
a { background-color: rgb(47,30,39); }
div.DivClassName
{
background-color: #2F1E27;
}
.BgClassName
{
background-color: #2F1E27;
}
</style>
border-color css
<style>
span { border-color: #2F1E27; }
span { border-color: rgb(47,30,39); }
td.TdClassName
{
border-color: #2F1E27;
}
.TagClassName
{
border-color: #2F1E27;
}
</style>