Shades of Maire #232400
Tints of Maire #232400
RGB
CMYK
RGB Variations
Color information
#232400 (or 0x232400) is known color: Maire. HEX triplet: 23, 24 and 00. RGB value is (35,36,0). Sum of RGB (Red+Green+Blue) = 35+36+0=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 36 (14.45% from 255 or 50.70% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 36 - color contains mainly: green. Hex color #232400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232400 is #DCDBFF. Grayscale: #1F1F1F. Windows color (decimal): -14474240 or 9251. OLE color: 9251.
HSL color Cylindrical-coordinate representation of color #232400: hue angle of 61.67º 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 #232400 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 36 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.86 |
| HSL | 61.67º | 1% | 0.07% | - |
| HSV(B) | 61.67º | 1% | 0.14% | - |
| XYZ | 1.32 | 1.62 | 0.24 | - |
| YUV | 31.6 | 110.17 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 36 | 0 | 0.03 | 0 | 1 | 0.86 | 61.67 | 1 | 0.07 |
| Hex | 23 | 24 | 0 | 3 | 0 | 64 | 56 | 3E | 64 | 7 |
| Octal | 43 | 44 | 0 | 3 | 0 | 144 | 126 | 76 | 144 | 7 |
| Binary | 100011 | 100100 | 0 | 11 | 0 | 1100100 | 1010110 | 111110 | 1100100 | 111 |
Color Harmonies of #232400
Complementary color
Monochromatic Colors of #232400
Black with #232400
Text Example
Text Example
White with #232400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232400; }
p { color: rgb(35,36,0); }
H1.HeaderClassName
{
color: #232400;
}
.AnyTagClassName
{
color: #232400;
}
</style>
background-color css
<style>
a { background-color: #232400; }
a { background-color: rgb(35,36,0); }
div.DivClassName
{
background-color: #232400;
}
.BgClassName
{
background-color: #232400;
}
</style>
border-color css
<style>
span { border-color: #232400; }
span { border-color: rgb(35,36,0); }
td.TdClassName
{
border-color: #232400;
}
.TagClassName
{
border-color: #232400;
}
</style>