Shades of Maire #231900
Tints of Maire #231900
RGB
CMYK
RGB Variations
Color information
#231900 (or 0x231900) is known color: Maire. HEX triplet: 23, 19 and 00. RGB value is (35,25,0). Sum of RGB (Red+Green+Blue) = 35+25+0=60 (7% of max value = 765). Red value is 35 (14.06% from 255 or 58.33% from 60); Green value is 25 (10.16% from 255 or 41.67% from 60); Blue value is 0 (0.39% from 255 or 0% from 60); Max value from RGB is 35 - color contains mainly: red. Hex color #231900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231900 is #DCE6FF. Grayscale: #191919. Windows color (decimal): -14477056 or 6435. OLE color: 6435.
HSL color Cylindrical-coordinate representation of color #231900: hue angle of 42.86º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #231900 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 25 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.86 |
| HSL | 42.86º | 1% | 0.07% | - |
| HSV(B) | 42.86º | 1% | 0.14% | - |
| XYZ | 1.04 | 1.05 | 0.15 | - |
| YUV | 25.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 0 | 0 | 0.29 | 1 | 0.86 | 42.86 | 1 | 0.07 |
| Hex | 23 | 19 | 0 | 0 | 1D | 64 | 56 | 2B | 64 | 7 |
| Octal | 43 | 31 | 0 | 0 | 35 | 144 | 126 | 53 | 144 | 7 |
| Binary | 100011 | 11001 | 0 | 0 | 11101 | 1100100 | 1010110 | 101011 | 1100100 | 111 |
Color Harmonies of #231900
Complementary color
Monochromatic Colors of #231900
Black with #231900
Text Example
Text Example
White with #231900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231900; }
p { color: rgb(35,25,0); }
H1.HeaderClassName
{
color: #231900;
}
.AnyTagClassName
{
color: #231900;
}
</style>
background-color css
<style>
a { background-color: #231900; }
a { background-color: rgb(35,25,0); }
div.DivClassName
{
background-color: #231900;
}
.BgClassName
{
background-color: #231900;
}
</style>
border-color css
<style>
span { border-color: #231900; }
span { border-color: rgb(35,25,0); }
td.TdClassName
{
border-color: #231900;
}
.TagClassName
{
border-color: #231900;
}
</style>