Shades of Maire #231B00
Tints of Maire #231B00
RGB
CMYK
RGB Variations
Color information
#231B00 (or 0x231B00) is known color: Maire. HEX triplet: 23, 1B and 00. RGB value is (35,27,0). Sum of RGB (Red+Green+Blue) = 35+27+0=62 (8% of max value = 765). Red value is 35 (14.06% from 255 or 56.45% from 62); Green value is 27 (10.94% from 255 or 43.55% from 62); Blue value is 0 (0.39% from 255 or 0% from 62); Max value from RGB is 35 - color contains mainly: red. Hex color #231B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231B00 is #DCE4FF. Grayscale: #1A1A1A. Windows color (decimal): -14476544 or 6947. OLE color: 6947.
HSL color Cylindrical-coordinate representation of color #231B00: hue angle of 46.29º 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 #231B00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 27 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.86 |
| HSL | 46.29º | 1% | 0.07% | - |
| HSV(B) | 46.29º | 1% | 0.14% | - |
| XYZ | 1.09 | 1.14 | 0.16 | - |
| YUV | 26.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 27 | 0 | 0 | 0.23 | 1 | 0.86 | 46.29 | 1 | 0.07 |
| Hex | 23 | 1B | 0 | 0 | 17 | 64 | 56 | 2E | 64 | 7 |
| Octal | 43 | 33 | 0 | 0 | 27 | 144 | 126 | 56 | 144 | 7 |
| Binary | 100011 | 11011 | 0 | 0 | 10111 | 1100100 | 1010110 | 101110 | 1100100 | 111 |
Color Harmonies of #231B00
Complementary color
Monochromatic Colors of #231B00
Black with #231B00
Text Example
Text Example
White with #231B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231B00; }
p { color: rgb(35,27,0); }
H1.HeaderClassName
{
color: #231B00;
}
.AnyTagClassName
{
color: #231B00;
}
</style>
background-color css
<style>
a { background-color: #231B00; }
a { background-color: rgb(35,27,0); }
div.DivClassName
{
background-color: #231B00;
}
.BgClassName
{
background-color: #231B00;
}
</style>
border-color css
<style>
span { border-color: #231B00; }
span { border-color: rgb(35,27,0); }
td.TdClassName
{
border-color: #231B00;
}
.TagClassName
{
border-color: #231B00;
}
</style>