Shades of Maire #231905
Tints of Maire #231905
RGB
CMYK
RGB Variations
Color information
#231905 (or 0x231905) is known color: Maire. HEX triplet: 23, 19 and 05. RGB value is (35,25,5). Sum of RGB (Red+Green+Blue) = 35+25+5=65 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.85% from 65); Green value is 25 (10.16% from 255 or 38.46% from 65); Blue value is 5 (2.34% from 255 or 7.69% from 65); Max value from RGB is 35 - color contains mainly: red. Hex color #231905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231905 is #DCE6FA. Grayscale: #191919. Windows color (decimal): -14477051 or 334115. OLE color: 334115.
HSL color Cylindrical-coordinate representation of color #231905: hue angle of 40º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #231905 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 25 | 5 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.86 |
| HSL | 40º | 0.75% | 0.08% | - |
| HSV(B) | 40º | 0.86% | 0.14% | - |
| XYZ | 1.07 | 1.06 | 0.29 | - |
| YUV | 25.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 5 | 0 | 0.29 | 0.86 | 0.86 | 40 | 0.75 | 0.08 |
| Hex | 23 | 19 | 5 | 0 | 1D | 56 | 56 | 28 | 4B | 8 |
| Octal | 43 | 31 | 5 | 0 | 35 | 126 | 126 | 50 | 113 | 10 |
| Binary | 100011 | 11001 | 101 | 0 | 11101 | 1010110 | 1010110 | 101000 | 1001011 | 1000 |
Color Harmonies of #231905
Complementary color
Monochromatic Colors of #231905
Black with #231905
Text Example
Text Example
White with #231905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231905; }
p { color: rgb(35,25,5); }
H1.HeaderClassName
{
color: #231905;
}
.AnyTagClassName
{
color: #231905;
}
</style>
background-color css
<style>
a { background-color: #231905; }
a { background-color: rgb(35,25,5); }
div.DivClassName
{
background-color: #231905;
}
.BgClassName
{
background-color: #231905;
}
</style>
border-color css
<style>
span { border-color: #231905; }
span { border-color: rgb(35,25,5); }
td.TdClassName
{
border-color: #231905;
}
.TagClassName
{
border-color: #231905;
}
</style>