Shades of Maire #231C00
Tints of Maire #231C00
RGB
CMYK
RGB Variations
Color information
#231C00 (or 0x231C00) is known color: Maire. HEX triplet: 23, 1C and 00. RGB value is (35,28,0). Sum of RGB (Red+Green+Blue) = 35+28+0=63 (8% of max value = 765). Red value is 35 (14.06% from 255 or 55.56% from 63); Green value is 28 (11.33% from 255 or 44.44% from 63); Blue value is 0 (0.39% from 255 or 0% from 63); Max value from RGB is 35 - color contains mainly: red. Hex color #231C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231C00 is #DCE3FF. Grayscale: #1B1B1B. Windows color (decimal): -14476288 or 7203. OLE color: 7203.
HSL color Cylindrical-coordinate representation of color #231C00: hue angle of 48º 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 #231C00 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 28 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.86 |
| HSL | 48º | 1% | 0.07% | - |
| HSV(B) | 48º | 1% | 0.14% | - |
| XYZ | 1.11 | 1.19 | 0.17 | - |
| YUV | 26.9 | 112.82 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 0 | 0 | 0.20 | 1 | 0.86 | 48 | 1 | 0.07 |
| Hex | 23 | 1C | 0 | 0 | 14 | 64 | 56 | 30 | 64 | 7 |
| Octal | 43 | 34 | 0 | 0 | 24 | 144 | 126 | 60 | 144 | 7 |
| Binary | 100011 | 11100 | 0 | 0 | 10100 | 1100100 | 1010110 | 110000 | 1100100 | 111 |
Color Harmonies of #231C00
Complementary color
Monochromatic Colors of #231C00
Black with #231C00
Text Example
Text Example
White with #231C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231C00; }
p { color: rgb(35,28,0); }
H1.HeaderClassName
{
color: #231C00;
}
.AnyTagClassName
{
color: #231C00;
}
</style>
background-color css
<style>
a { background-color: #231C00; }
a { background-color: rgb(35,28,0); }
div.DivClassName
{
background-color: #231C00;
}
.BgClassName
{
background-color: #231C00;
}
</style>
border-color css
<style>
span { border-color: #231C00; }
span { border-color: rgb(35,28,0); }
td.TdClassName
{
border-color: #231C00;
}
.TagClassName
{
border-color: #231C00;
}
</style>