Shades of Maire #231F04
Tints of Maire #231F04
RGB
CMYK
RGB Variations
Color information
#231F04 (or 0x231F04) is known color: Maire. HEX triplet: 23, 1F and 04. RGB value is (35,31,4). Sum of RGB (Red+Green+Blue) = 35+31+4=70 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50% from 70); Green value is 31 (12.5% from 255 or 44.29% from 70); Blue value is 4 (1.95% from 255 or 5.71% from 70); Max value from RGB is 35 - color contains mainly: red. Hex color #231F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231F04 is #DCE0FB. Grayscale: #1D1D1D. Windows color (decimal): -14475516 or 270115. OLE color: 270115.
HSL color Cylindrical-coordinate representation of color #231F04: hue angle of 52.26º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #231F04 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 31 | 4 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.86 |
| HSL | 52.26º | 0.79% | 0.08% | - |
| HSV(B) | 52.26º | 0.89% | 0.14% | - |
| XYZ | 1.21 | 1.35 | 0.31 | - |
| YUV | 29.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 31 | 4 | 0 | 0.11 | 0.89 | 0.86 | 52.26 | 0.79 | 0.08 |
| Hex | 23 | 1F | 4 | 0 | B | 59 | 56 | 34 | 4F | 8 |
| Octal | 43 | 37 | 4 | 0 | 13 | 131 | 126 | 64 | 117 | 10 |
| Binary | 100011 | 11111 | 100 | 0 | 1011 | 1011001 | 1010110 | 110100 | 1001111 | 1000 |
Color Harmonies of #231F04
Complementary color
Monochromatic Colors of #231F04
Black with #231F04
Text Example
Text Example
White with #231F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231F04; }
p { color: rgb(35,31,4); }
H1.HeaderClassName
{
color: #231F04;
}
.AnyTagClassName
{
color: #231F04;
}
</style>
background-color css
<style>
a { background-color: #231F04; }
a { background-color: rgb(35,31,4); }
div.DivClassName
{
background-color: #231F04;
}
.BgClassName
{
background-color: #231F04;
}
</style>
border-color css
<style>
span { border-color: #231F04; }
span { border-color: rgb(35,31,4); }
td.TdClassName
{
border-color: #231F04;
}
.TagClassName
{
border-color: #231F04;
}
</style>