Shades of Mardi Gras #230A1F
Tints of Mardi Gras #230A1F
RGB
CMYK
RGB Variations
Color information
#230A1F (or 0x230A1F) is known color: Mardi Gras. HEX triplet: 23, 0A and 1F. RGB value is (35,10,31). Sum of RGB (Red+Green+Blue) = 35+10+31=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 10 (4.30% from 255 or 13.16% from 76); Blue value is 31 (12.5% from 255 or 40.79% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #230A1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230A1F is #DCF5E0. Grayscale: #131313. Windows color (decimal): -14480865 or 2034211. OLE color: 2034211.
HSL color Cylindrical-coordinate representation of color #230A1F: hue angle of 309.6º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #230A1F is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 10 | 31 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.86 |
| HSL | 309.6º | 0.56% | 0.09% | - |
| HSV(B) | 309.6º | 0.71% | 0.14% | - |
| XYZ | 1.05 | 0.67 | 1.37 | - |
| YUV | 19.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 10 | 31 | 0 | 0.71 | 0.11 | 0.86 | 309.6 | 0.56 | 0.09 |
| Hex | 23 | A | 1F | 0 | 47 | B | 56 | 136 | 38 | 9 |
| Octal | 43 | 12 | 37 | 0 | 107 | 13 | 126 | 466 | 70 | 11 |
| Binary | 100011 | 1010 | 11111 | 0 | 1000111 | 1011 | 1010110 | 100110110 | 111000 | 1001 |
Color Harmonies of #230A1F
Complementary color
Monochromatic Colors of #230A1F
Black with #230A1F
Text Example
Text Example
White with #230A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230A1F; }
p { color: rgb(35,10,31); }
H1.HeaderClassName
{
color: #230A1F;
}
.AnyTagClassName
{
color: #230A1F;
}
</style>
background-color css
<style>
a { background-color: #230A1F; }
a { background-color: rgb(35,10,31); }
div.DivClassName
{
background-color: #230A1F;
}
.BgClassName
{
background-color: #230A1F;
}
</style>
border-color css
<style>
span { border-color: #230A1F; }
span { border-color: rgb(35,10,31); }
td.TdClassName
{
border-color: #230A1F;
}
.TagClassName
{
border-color: #230A1F;
}
</style>