Shades of Mardi Gras #230F20
Tints of Mardi Gras #230F20
RGB
CMYK
RGB Variations
Color information
#230F20 (or 0x230F20) is known color: Mardi Gras. HEX triplet: 23, 0F and 20. RGB value is (35,15,32). Sum of RGB (Red+Green+Blue) = 35+15+32=82 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.68% from 82); Green value is 15 (6.25% from 255 or 18.29% from 82); Blue value is 32 (12.89% from 255 or 39.02% from 82); Max value from RGB is 35 - color contains mainly: red. Hex color #230F20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230F20 is #DCF0DF. Grayscale: #161616. Windows color (decimal): -14479584 or 2101027. OLE color: 2101027.
HSL color Cylindrical-coordinate representation of color #230F20: hue angle of 309º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #230F20 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 15 | 32 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.86 |
| HSL | 309º | 0.4% | 0.1% | - |
| HSV(B) | 309º | 0.57% | 0.14% | - |
| XYZ | 1.12 | 0.8 | 1.46 | - |
| YUV | 22.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 15 | 32 | 0 | 0.57 | 0.09 | 0.86 | 309 | 0.4 | 0.1 |
| Hex | 23 | F | 20 | 0 | 39 | 9 | 56 | 135 | 28 | A |
| Octal | 43 | 17 | 40 | 0 | 71 | 11 | 126 | 465 | 50 | 12 |
| Binary | 100011 | 1111 | 100000 | 0 | 111001 | 1001 | 1010110 | 100110101 | 101000 | 1010 |
Color Harmonies of #230F20
Complementary color
Monochromatic Colors of #230F20
Black with #230F20
Text Example
Text Example
White with #230F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230F20; }
p { color: rgb(35,15,32); }
H1.HeaderClassName
{
color: #230F20;
}
.AnyTagClassName
{
color: #230F20;
}
</style>
background-color css
<style>
a { background-color: #230F20; }
a { background-color: rgb(35,15,32); }
div.DivClassName
{
background-color: #230F20;
}
.BgClassName
{
background-color: #230F20;
}
</style>
border-color css
<style>
span { border-color: #230F20; }
span { border-color: rgb(35,15,32); }
td.TdClassName
{
border-color: #230F20;
}
.TagClassName
{
border-color: #230F20;
}
</style>