Shades of Maire #231B09
Tints of Maire #231B09
RGB
CMYK
RGB Variations
Color information
#231B09 (or 0x231B09) is known color: Maire. HEX triplet: 23, 1B and 09. RGB value is (35,27,9). Sum of RGB (Red+Green+Blue) = 35+27+9=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 27 (10.94% from 255 or 38.03% from 71); Blue value is 9 (3.91% from 255 or 12.68% from 71); Max value from RGB is 35 - color contains mainly: red. Hex color #231B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231B09 is #DCE4F6. Grayscale: #1B1B1B. Windows color (decimal): -14476535 or 596771. OLE color: 596771.
HSL color Cylindrical-coordinate representation of color #231B09: hue angle of 41.54º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #231B09 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 27 | 9 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.86 |
| HSL | 41.54º | 0.59% | 0.09% | - |
| HSV(B) | 41.54º | 0.74% | 0.14% | - |
| XYZ | 1.13 | 1.16 | 0.42 | - |
| YUV | 27.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 27 | 9 | 0 | 0.23 | 0.74 | 0.86 | 41.54 | 0.59 | 0.09 |
| Hex | 23 | 1B | 9 | 0 | 17 | 4A | 56 | 2A | 3B | 9 |
| Octal | 43 | 33 | 11 | 0 | 27 | 112 | 126 | 52 | 73 | 11 |
| Binary | 100011 | 11011 | 1001 | 0 | 10111 | 1001010 | 1010110 | 101010 | 111011 | 1001 |
Color Harmonies of #231B09
Complementary color
Monochromatic Colors of #231B09
Black with #231B09
Text Example
Text Example
White with #231B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231B09; }
p { color: rgb(35,27,9); }
H1.HeaderClassName
{
color: #231B09;
}
.AnyTagClassName
{
color: #231B09;
}
</style>
background-color css
<style>
a { background-color: #231B09; }
a { background-color: rgb(35,27,9); }
div.DivClassName
{
background-color: #231B09;
}
.BgClassName
{
background-color: #231B09;
}
</style>
border-color css
<style>
span { border-color: #231B09; }
span { border-color: rgb(35,27,9); }
td.TdClassName
{
border-color: #231B09;
}
.TagClassName
{
border-color: #231B09;
}
</style>