Shades of Maire #231C05
Tints of Maire #231C05
RGB
CMYK
RGB Variations
Color information
#231C05 (or 0x231C05) is known color: Maire. HEX triplet: 23, 1C and 05. RGB value is (35,28,5). Sum of RGB (Red+Green+Blue) = 35+28+5=68 (9% of max value = 765). Red value is 35 (14.06% from 255 or 51.47% from 68); Green value is 28 (11.33% from 255 or 41.18% from 68); Blue value is 5 (2.34% from 255 or 7.35% from 68); Max value from RGB is 35 - color contains mainly: red. Hex color #231C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231C05 is #DCE3FA. Grayscale: #1B1B1B. Windows color (decimal): -14476283 or 334883. OLE color: 334883.
HSL color Cylindrical-coordinate representation of color #231C05: hue angle of 46º 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 #231C05 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 28 | 5 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.86 |
| HSL | 46º | 0.75% | 0.08% | - |
| HSV(B) | 46º | 0.86% | 0.14% | - |
| XYZ | 1.14 | 1.2 | 0.32 | - |
| YUV | 27.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 5 | 0 | 0.20 | 0.86 | 0.86 | 46 | 0.75 | 0.08 |
| Hex | 23 | 1C | 5 | 0 | 14 | 56 | 56 | 2E | 4B | 8 |
| Octal | 43 | 34 | 5 | 0 | 24 | 126 | 126 | 56 | 113 | 10 |
| Binary | 100011 | 11100 | 101 | 0 | 10100 | 1010110 | 1010110 | 101110 | 1001011 | 1000 |
Color Harmonies of #231C05
Complementary color
Monochromatic Colors of #231C05
Black with #231C05
Text Example
Text Example
White with #231C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231C05; }
p { color: rgb(35,28,5); }
H1.HeaderClassName
{
color: #231C05;
}
.AnyTagClassName
{
color: #231C05;
}
</style>
background-color css
<style>
a { background-color: #231C05; }
a { background-color: rgb(35,28,5); }
div.DivClassName
{
background-color: #231C05;
}
.BgClassName
{
background-color: #231C05;
}
</style>
border-color css
<style>
span { border-color: #231C05; }
span { border-color: rgb(35,28,5); }
td.TdClassName
{
border-color: #231C05;
}
.TagClassName
{
border-color: #231C05;
}
</style>