Shades of Mardi Gras #230B21
Tints of Mardi Gras #230B21
RGB
CMYK
RGB Variations
Color information
#230B21 (or 0x230B21) is known color: Mardi Gras. HEX triplet: 23, 0B and 21. RGB value is (35,11,33). Sum of RGB (Red+Green+Blue) = 35+11+33=79 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.30% from 79); Green value is 11 (4.69% from 255 or 13.92% from 79); Blue value is 33 (13.28% from 255 or 41.77% from 79); Max value from RGB is 35 - color contains mainly: red. Hex color #230B21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230B21 is #DCF4DE. Grayscale: #141414. Windows color (decimal): -14480607 or 2165539. OLE color: 2165539.
HSL color Cylindrical-coordinate representation of color #230B21: hue angle of 305º degrees, saturation: 0.52, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #230B21 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 11 | 33 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.86 |
| HSL | 305º | 0.52% | 0.09% | - |
| HSV(B) | 305º | 0.69% | 0.14% | - |
| XYZ | 1.09 | 0.71 | 1.52 | - |
| YUV | 20.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 11 | 33 | 0 | 0.69 | 0.06 | 0.86 | 305 | 0.52 | 0.09 |
| Hex | 23 | B | 21 | 0 | 45 | 6 | 56 | 131 | 34 | 9 |
| Octal | 43 | 13 | 41 | 0 | 105 | 6 | 126 | 461 | 64 | 11 |
| Binary | 100011 | 1011 | 100001 | 0 | 1000101 | 110 | 1010110 | 100110001 | 110100 | 1001 |
Color Harmonies of #230B21
Complementary color
Monochromatic Colors of #230B21
Black with #230B21
Text Example
Text Example
White with #230B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230B21; }
p { color: rgb(35,11,33); }
H1.HeaderClassName
{
color: #230B21;
}
.AnyTagClassName
{
color: #230B21;
}
</style>
background-color css
<style>
a { background-color: #230B21; }
a { background-color: rgb(35,11,33); }
div.DivClassName
{
background-color: #230B21;
}
.BgClassName
{
background-color: #230B21;
}
</style>
border-color css
<style>
span { border-color: #230B21; }
span { border-color: rgb(35,11,33); }
td.TdClassName
{
border-color: #230B21;
}
.TagClassName
{
border-color: #230B21;
}
</style>