Shades of Maire #231D02
Tints of Maire #231D02
RGB
CMYK
RGB Variations
Color information
#231D02 (or 0x231D02) is known color: Maire. HEX triplet: 23, 1D and 02. RGB value is (35,29,2). Sum of RGB (Red+Green+Blue) = 35+29+2=66 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.03% from 66); Green value is 29 (11.72% from 255 or 43.94% from 66); Blue value is 2 (1.17% from 255 or 3.03% from 66); Max value from RGB is 35 - color contains mainly: red. Hex color #231D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231D02 is #DCE2FD. Grayscale: #1B1B1B. Windows color (decimal): -14476030 or 138531. OLE color: 138531.
HSL color Cylindrical-coordinate representation of color #231D02: hue angle of 49.09º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #231D02 is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 29 | 2 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.86 |
| HSL | 49.09º | 0.89% | 0.07% | - |
| HSV(B) | 49.09º | 0.94% | 0.14% | - |
| XYZ | 1.14 | 1.24 | 0.24 | - |
| YUV | 27.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 2 | 0 | 0.17 | 0.94 | 0.86 | 49.09 | 0.89 | 0.07 |
| Hex | 23 | 1D | 2 | 0 | 11 | 5E | 56 | 31 | 59 | 7 |
| Octal | 43 | 35 | 2 | 0 | 21 | 136 | 126 | 61 | 131 | 7 |
| Binary | 100011 | 11101 | 10 | 0 | 10001 | 1011110 | 1010110 | 110001 | 1011001 | 111 |
Color Harmonies of #231D02
Complementary color
Monochromatic Colors of #231D02
Black with #231D02
Text Example
Text Example
White with #231D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231D02; }
p { color: rgb(35,29,2); }
H1.HeaderClassName
{
color: #231D02;
}
.AnyTagClassName
{
color: #231D02;
}
</style>
background-color css
<style>
a { background-color: #231D02; }
a { background-color: rgb(35,29,2); }
div.DivClassName
{
background-color: #231D02;
}
.BgClassName
{
background-color: #231D02;
}
</style>
border-color css
<style>
span { border-color: #231D02; }
span { border-color: rgb(35,29,2); }
td.TdClassName
{
border-color: #231D02;
}
.TagClassName
{
border-color: #231D02;
}
</style>