Shades of Maire #231C01
Tints of Maire #231C01
RGB
CMYK
RGB Variations
Color information
#231C01 (or 0x231C01) is known color: Maire. HEX triplet: 23, 1C and 01. RGB value is (35,28,1). Sum of RGB (Red+Green+Blue) = 35+28+1=64 (8% of max value = 765). Red value is 35 (14.06% from 255 or 54.69% from 64); Green value is 28 (11.33% from 255 or 43.75% from 64); Blue value is 1 (0.78% from 255 or 1.56% from 64); Max value from RGB is 35 - color contains mainly: red. Hex color #231C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231C01 is #DCE3FE. Grayscale: #1B1B1B. Windows color (decimal): -14476287 or 72739. OLE color: 72739.
HSL color Cylindrical-coordinate representation of color #231C01: hue angle of 47.65º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #231C01 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 28 | 1 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.86 |
| HSL | 47.65º | 0.94% | 0.07% | - |
| HSV(B) | 47.65º | 0.97% | 0.14% | - |
| XYZ | 1.11 | 1.19 | 0.2 | - |
| YUV | 27.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 1 | 0 | 0.20 | 0.97 | 0.86 | 47.65 | 0.94 | 0.07 |
| Hex | 23 | 1C | 1 | 0 | 14 | 61 | 56 | 30 | 5E | 7 |
| Octal | 43 | 34 | 1 | 0 | 24 | 141 | 126 | 60 | 136 | 7 |
| Binary | 100011 | 11100 | 1 | 0 | 10100 | 1100001 | 1010110 | 110000 | 1011110 | 111 |
Color Harmonies of #231C01
Complementary color
Monochromatic Colors of #231C01
Black with #231C01
Text Example
Text Example
White with #231C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231C01; }
p { color: rgb(35,28,1); }
H1.HeaderClassName
{
color: #231C01;
}
.AnyTagClassName
{
color: #231C01;
}
</style>
background-color css
<style>
a { background-color: #231C01; }
a { background-color: rgb(35,28,1); }
div.DivClassName
{
background-color: #231C01;
}
.BgClassName
{
background-color: #231C01;
}
</style>
border-color css
<style>
span { border-color: #231C01; }
span { border-color: rgb(35,28,1); }
td.TdClassName
{
border-color: #231C01;
}
.TagClassName
{
border-color: #231C01;
}
</style>