Shades of Maire #231904
Tints of Maire #231904
RGB
CMYK
RGB Variations
Color information
#231904 (or 0x231904) is known color: Maire. HEX triplet: 23, 19 and 04. RGB value is (35,25,4). Sum of RGB (Red+Green+Blue) = 35+25+4=64 (8% of max value = 765). Red value is 35 (14.06% from 255 or 54.69% from 64); Green value is 25 (10.16% from 255 or 39.06% from 64); Blue value is 4 (1.95% from 255 or 6.25% from 64); Max value from RGB is 35 - color contains mainly: red. Hex color #231904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231904 is #DCE6FB. Grayscale: #191919. Windows color (decimal): -14477052 or 268579. OLE color: 268579.
HSL color Cylindrical-coordinate representation of color #231904: hue angle of 40.65º 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 #231904 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 25 | 4 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.86 |
| HSL | 40.65º | 0.79% | 0.08% | - |
| HSV(B) | 40.65º | 0.89% | 0.14% | - |
| XYZ | 1.06 | 1.06 | 0.26 | - |
| YUV | 25.6 | 115.81 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 4 | 0 | 0.29 | 0.89 | 0.86 | 40.65 | 0.79 | 0.08 |
| Hex | 23 | 19 | 4 | 0 | 1D | 59 | 56 | 29 | 4F | 8 |
| Octal | 43 | 31 | 4 | 0 | 35 | 131 | 126 | 51 | 117 | 10 |
| Binary | 100011 | 11001 | 100 | 0 | 11101 | 1011001 | 1010110 | 101001 | 1001111 | 1000 |
Color Harmonies of #231904
Complementary color
Monochromatic Colors of #231904
Black with #231904
Text Example
Text Example
White with #231904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231904; }
p { color: rgb(35,25,4); }
H1.HeaderClassName
{
color: #231904;
}
.AnyTagClassName
{
color: #231904;
}
</style>
background-color css
<style>
a { background-color: #231904; }
a { background-color: rgb(35,25,4); }
div.DivClassName
{
background-color: #231904;
}
.BgClassName
{
background-color: #231904;
}
</style>
border-color css
<style>
span { border-color: #231904; }
span { border-color: rgb(35,25,4); }
td.TdClassName
{
border-color: #231904;
}
.TagClassName
{
border-color: #231904;
}
</style>