Shades of Maire #271E01
Tints of Maire #271E01
RGB
CMYK
RGB Variations
Color information
#271E01 (or 0x271E01) is known color: Maire. HEX triplet: 27, 1E and 01. RGB value is (39,30,1). Sum of RGB (Red+Green+Blue) = 39+30+1=70 (9% of max value = 765). Red value is 39 (15.62% from 255 or 55.71% from 70); Green value is 30 (12.11% from 255 or 42.86% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 39 - color contains mainly: red. Hex color #271E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271E01 is #D8E1FE. Grayscale: #1D1D1D. Windows color (decimal): -14213631 or 73255. OLE color: 73255.
HSL color Cylindrical-coordinate representation of color #271E01: hue angle of 45.79º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #271E01 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 30 | 1 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.85 |
| HSL | 45.79º | 0.95% | 0.08% | - |
| HSV(B) | 45.79º | 0.97% | 0.15% | - |
| XYZ | 1.31 | 1.36 | 0.22 | - |
| YUV | 29.39 | 111.98 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 30 | 1 | 0 | 0.23 | 0.97 | 0.85 | 45.79 | 0.95 | 0.08 |
| Hex | 27 | 1E | 1 | 0 | 17 | 61 | 55 | 2E | 5F | 8 |
| Octal | 47 | 36 | 1 | 0 | 27 | 141 | 125 | 56 | 137 | 10 |
| Binary | 100111 | 11110 | 1 | 0 | 10111 | 1100001 | 1010101 | 101110 | 1011111 | 1000 |
Color Harmonies of #271E01
Complementary color
Monochromatic Colors of #271E01
Black with #271E01
Text Example
Text Example
White with #271E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271E01; }
p { color: rgb(39,30,1); }
H1.HeaderClassName
{
color: #271E01;
}
.AnyTagClassName
{
color: #271E01;
}
</style>
background-color css
<style>
a { background-color: #271E01; }
a { background-color: rgb(39,30,1); }
div.DivClassName
{
background-color: #271E01;
}
.BgClassName
{
background-color: #271E01;
}
</style>
border-color css
<style>
span { border-color: #271E01; }
span { border-color: rgb(39,30,1); }
td.TdClassName
{
border-color: #271E01;
}
.TagClassName
{
border-color: #271E01;
}
</style>