Shades of Maire #232006
Tints of Maire #232006
RGB
CMYK
RGB Variations
Color information
#232006 (or 0x232006) is known color: Maire. HEX triplet: 23, 20 and 06. RGB value is (35,32,6). Sum of RGB (Red+Green+Blue) = 35+32+6=73 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.95% from 73); Green value is 32 (12.89% from 255 or 43.84% from 73); Blue value is 6 (2.73% from 255 or 8.22% from 73); Max value from RGB is 35 - color contains mainly: red. Hex color #232006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232006 is #DCDFF9. Grayscale: #1E1E1E. Windows color (decimal): -14475258 or 401443. OLE color: 401443.
HSL color Cylindrical-coordinate representation of color #232006: hue angle of 53.79º 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 #232006 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 32 | 6 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.86 |
| HSL | 53.79º | 0.71% | 0.08% | - |
| HSV(B) | 53.79º | 0.83% | 0.14% | - |
| XYZ | 1.24 | 1.4 | 0.38 | - |
| YUV | 29.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 32 | 6 | 0 | 0.09 | 0.83 | 0.86 | 53.79 | 0.71 | 0.08 |
| Hex | 23 | 20 | 6 | 0 | 9 | 53 | 56 | 36 | 47 | 8 |
| Octal | 43 | 40 | 6 | 0 | 11 | 123 | 126 | 66 | 107 | 10 |
| Binary | 100011 | 100000 | 110 | 0 | 1001 | 1010011 | 1010110 | 110110 | 1000111 | 1000 |
Color Harmonies of #232006
Complementary color
Monochromatic Colors of #232006
Black with #232006
Text Example
Text Example
White with #232006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232006; }
p { color: rgb(35,32,6); }
H1.HeaderClassName
{
color: #232006;
}
.AnyTagClassName
{
color: #232006;
}
</style>
background-color css
<style>
a { background-color: #232006; }
a { background-color: rgb(35,32,6); }
div.DivClassName
{
background-color: #232006;
}
.BgClassName
{
background-color: #232006;
}
</style>
border-color css
<style>
span { border-color: #232006; }
span { border-color: rgb(35,32,6); }
td.TdClassName
{
border-color: #232006;
}
.TagClassName
{
border-color: #232006;
}
</style>