Shades of Mardi Gras #230325
Tints of Mardi Gras #230325
RGB
CMYK
RGB Variations
Color information
#230325 (or 0x230325) is known color: Mardi Gras. HEX triplet: 23, 03 and 25. RGB value is (35,3,37). Sum of RGB (Red+Green+Blue) = 35+3+37=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #230325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230325 is #DCFCDA. Grayscale: #101010. Windows color (decimal): -14482651 or 2425635. OLE color: 2425635.
HSL color Cylindrical-coordinate representation of color #230325: hue angle of 296.47º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #230325 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 3 | 37 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.85 |
| HSL | 296.47º | 0.85% | 0.08% | - |
| HSV(B) | 296.47º | 0.92% | 0.15% | - |
| XYZ | 1.06 | 0.56 | 1.8 | - |
| YUV | 16.44 | 139.6 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 37 | 0.05 | 0.92 | 0 | 0.85 | 296.47 | 0.85 | 0.08 |
| Hex | 23 | 3 | 25 | 5 | 5C | 0 | 55 | 128 | 55 | 8 |
| Octal | 43 | 3 | 45 | 5 | 134 | 0 | 125 | 450 | 125 | 10 |
| Binary | 100011 | 11 | 100101 | 101 | 1011100 | 0 | 1010101 | 100101000 | 1010101 | 1000 |
Color Harmonies of #230325
Complementary color
Monochromatic Colors of #230325
Black with #230325
Text Example
Text Example
White with #230325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230325; }
p { color: rgb(35,3,37); }
H1.HeaderClassName
{
color: #230325;
}
.AnyTagClassName
{
color: #230325;
}
</style>
background-color css
<style>
a { background-color: #230325; }
a { background-color: rgb(35,3,37); }
div.DivClassName
{
background-color: #230325;
}
.BgClassName
{
background-color: #230325;
}
</style>
border-color css
<style>
span { border-color: #230325; }
span { border-color: rgb(35,3,37); }
td.TdClassName
{
border-color: #230325;
}
.TagClassName
{
border-color: #230325;
}
</style>