Shades of Maire #231A06
Tints of Maire #231A06
RGB
CMYK
RGB Variations
Color information
#231A06 (or 0x231A06) is known color: Maire. HEX triplet: 23, 1A and 06. RGB value is (35,26,6). Sum of RGB (Red+Green+Blue) = 35+26+6=67 (8% of max value = 765). Red value is 35 (14.06% from 255 or 52.24% from 67); Green value is 26 (10.55% from 255 or 38.81% from 67); Blue value is 6 (2.73% from 255 or 8.96% from 67); Max value from RGB is 35 - color contains mainly: red. Hex color #231A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231A06 is #DCE5F9. Grayscale: #1A1A1A. Windows color (decimal): -14476794 or 399907. OLE color: 399907.
HSL color Cylindrical-coordinate representation of color #231A06: hue angle of 41.38º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #231A06 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 26 | 6 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.86 |
| HSL | 41.38º | 0.71% | 0.08% | - |
| HSV(B) | 41.38º | 0.83% | 0.14% | - |
| XYZ | 1.1 | 1.11 | 0.33 | - |
| YUV | 26.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 6 | 0 | 0.26 | 0.83 | 0.86 | 41.38 | 0.71 | 0.08 |
| Hex | 23 | 1A | 6 | 0 | 1A | 53 | 56 | 29 | 47 | 8 |
| Octal | 43 | 32 | 6 | 0 | 32 | 123 | 126 | 51 | 107 | 10 |
| Binary | 100011 | 11010 | 110 | 0 | 11010 | 1010011 | 1010110 | 101001 | 1000111 | 1000 |
Color Harmonies of #231A06
Complementary color
Monochromatic Colors of #231A06
Black with #231A06
Text Example
Text Example
White with #231A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A06; }
p { color: rgb(35,26,6); }
H1.HeaderClassName
{
color: #231A06;
}
.AnyTagClassName
{
color: #231A06;
}
</style>
background-color css
<style>
a { background-color: #231A06; }
a { background-color: rgb(35,26,6); }
div.DivClassName
{
background-color: #231A06;
}
.BgClassName
{
background-color: #231A06;
}
</style>
border-color css
<style>
span { border-color: #231A06; }
span { border-color: rgb(35,26,6); }
td.TdClassName
{
border-color: #231A06;
}
.TagClassName
{
border-color: #231A06;
}
</style>