Shades of Mardi Gras #430F3F
Tints of Mardi Gras #430F3F
RGB
CMYK
RGB Variations
Color information
#430F3F (or 0x430F3F) is known color: Mardi Gras. HEX triplet: 43, 0F and 3F. RGB value is (67,15,63). Sum of RGB (Red+Green+Blue) = 67+15+63=145 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.21% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 67 - color contains mainly: red. Hex color #430F3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430F3F is #BCF0C0. Grayscale: #232323. Windows color (decimal): -12382401 or 4132675. OLE color: 4132675.
HSL color Cylindrical-coordinate representation of color #430F3F: hue angle of 304.62º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #430F3F is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 15 | 63 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.74 |
| HSL | 304.62º | 0.63% | 0.16% | - |
| HSV(B) | 304.62º | 0.78% | 0.26% | - |
| XYZ | 3.38 | 1.89 | 4.89 | - |
| YUV | 36.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 63 | 0 | 0.78 | 0.06 | 0.74 | 304.62 | 0.63 | 0.16 |
| Hex | 43 | F | 3F | 0 | 4E | 6 | 4A | 131 | 3F | 10 |
| Octal | 103 | 17 | 77 | 0 | 116 | 6 | 112 | 461 | 77 | 20 |
| Binary | 1000011 | 1111 | 111111 | 0 | 1001110 | 110 | 1001010 | 100110001 | 111111 | 10000 |
Color Harmonies of #430F3F
Complementary color
Monochromatic Colors of #430F3F
Black with #430F3F
Text Example
Text Example
White with #430F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430F3F; }
p { color: rgb(67,15,63); }
H1.HeaderClassName
{
color: #430F3F;
}
.AnyTagClassName
{
color: #430F3F;
}
</style>
background-color css
<style>
a { background-color: #430F3F; }
a { background-color: rgb(67,15,63); }
div.DivClassName
{
background-color: #430F3F;
}
.BgClassName
{
background-color: #430F3F;
}
</style>
border-color css
<style>
span { border-color: #430F3F; }
span { border-color: rgb(67,15,63); }
td.TdClassName
{
border-color: #430F3F;
}
.TagClassName
{
border-color: #430F3F;
}
</style>