Shades of Maire #231C03
Tints of Maire #231C03
RGB
CMYK
RGB Variations
Color information
#231C03 (or 0x231C03) is known color: Maire. HEX triplet: 23, 1C and 03. RGB value is (35,28,3). Sum of RGB (Red+Green+Blue) = 35+28+3=66 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.03% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 3 (1.56% from 255 or 4.55% from 66); Max value from RGB is 35 - color contains mainly: red. Hex color #231C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231C03 is #DCE3FC. Grayscale: #1B1B1B. Windows color (decimal): -14476285 or 203811. OLE color: 203811.
HSL color Cylindrical-coordinate representation of color #231C03: hue angle of 46.88º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #231C03 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 28 | 3 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.86 |
| HSL | 46.88º | 0.84% | 0.07% | - |
| HSV(B) | 46.88º | 0.91% | 0.14% | - |
| XYZ | 1.12 | 1.19 | 0.26 | - |
| YUV | 27.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 3 | 0 | 0.20 | 0.91 | 0.86 | 46.88 | 0.84 | 0.07 |
| Hex | 23 | 1C | 3 | 0 | 14 | 5B | 56 | 2F | 54 | 7 |
| Octal | 43 | 34 | 3 | 0 | 24 | 133 | 126 | 57 | 124 | 7 |
| Binary | 100011 | 11100 | 11 | 0 | 10100 | 1011011 | 1010110 | 101111 | 1010100 | 111 |
Color Harmonies of #231C03
Complementary color
Monochromatic Colors of #231C03
Black with #231C03
Text Example
Text Example
White with #231C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231C03; }
p { color: rgb(35,28,3); }
H1.HeaderClassName
{
color: #231C03;
}
.AnyTagClassName
{
color: #231C03;
}
</style>
background-color css
<style>
a { background-color: #231C03; }
a { background-color: rgb(35,28,3); }
div.DivClassName
{
background-color: #231C03;
}
.BgClassName
{
background-color: #231C03;
}
</style>
border-color css
<style>
span { border-color: #231C03; }
span { border-color: rgb(35,28,3); }
td.TdClassName
{
border-color: #231C03;
}
.TagClassName
{
border-color: #231C03;
}
</style>