Shades of Maire #232003
Tints of Maire #232003
RGB
CMYK
RGB Variations
Color information
#232003 (or 0x232003) is known color: Maire. HEX triplet: 23, 20 and 03. RGB value is (35,32,3). Sum of RGB (Red+Green+Blue) = 35+32+3=70 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50% from 70); Green value is 32 (12.89% from 255 or 45.71% from 70); Blue value is 3 (1.56% from 255 or 4.29% from 70); Max value from RGB is 35 - color contains mainly: red. Hex color #232003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232003 is #DCDFFC. Grayscale: #1D1D1D. Windows color (decimal): -14475261 or 204835. OLE color: 204835.
HSL color Cylindrical-coordinate representation of color #232003: hue angle of 54.38º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #232003 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 32 | 3 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.86 |
| HSL | 54.38º | 0.84% | 0.07% | - |
| HSV(B) | 54.38º | 0.91% | 0.14% | - |
| XYZ | 1.23 | 1.4 | 0.29 | - |
| YUV | 29.59 | 112.99 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 32 | 3 | 0 | 0.09 | 0.91 | 0.86 | 54.38 | 0.84 | 0.07 |
| Hex | 23 | 20 | 3 | 0 | 9 | 5B | 56 | 36 | 54 | 7 |
| Octal | 43 | 40 | 3 | 0 | 11 | 133 | 126 | 66 | 124 | 7 |
| Binary | 100011 | 100000 | 11 | 0 | 1001 | 1011011 | 1010110 | 110110 | 1010100 | 111 |
Color Harmonies of #232003
Complementary color
Monochromatic Colors of #232003
Black with #232003
Text Example
Text Example
White with #232003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232003; }
p { color: rgb(35,32,3); }
H1.HeaderClassName
{
color: #232003;
}
.AnyTagClassName
{
color: #232003;
}
</style>
background-color css
<style>
a { background-color: #232003; }
a { background-color: rgb(35,32,3); }
div.DivClassName
{
background-color: #232003;
}
.BgClassName
{
background-color: #232003;
}
</style>
border-color css
<style>
span { border-color: #232003; }
span { border-color: rgb(35,32,3); }
td.TdClassName
{
border-color: #232003;
}
.TagClassName
{
border-color: #232003;
}
</style>