Shades of Mardi Gras #340F30
Tints of Mardi Gras #340F30
RGB
CMYK
RGB Variations
Color information
#340F30 (or 0x340F30) is known color: Mardi Gras. HEX triplet: 34, 0F and 30. RGB value is (52,15,48). Sum of RGB (Red+Green+Blue) = 52+15+48=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 52 - color contains mainly: red. Hex color #340F30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340F30 is #CBF0CF. Grayscale: #1D1D1D. Windows color (decimal): -13365456 or 3149620. OLE color: 3149620.
HSL color Cylindrical-coordinate representation of color #340F30: hue angle of 306.49º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #340F30 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 15 | 48 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.80 |
| HSL | 306.49º | 0.55% | 0.13% | - |
| HSV(B) | 306.49º | 0.71% | 0.2% | - |
| XYZ | 2.12 | 1.29 | 2.93 | - |
| YUV | 29.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 15 | 48 | 0 | 0.71 | 0.08 | 0.80 | 306.49 | 0.55 | 0.13 |
| Hex | 34 | F | 30 | 0 | 47 | 8 | 50 | 132 | 37 | D |
| Octal | 64 | 17 | 60 | 0 | 107 | 10 | 120 | 462 | 67 | 15 |
| Binary | 110100 | 1111 | 110000 | 0 | 1000111 | 1000 | 1010000 | 100110010 | 110111 | 1101 |
Color Harmonies of #340F30
Complementary color
Monochromatic Colors of #340F30
Black with #340F30
Text Example
Text Example
White with #340F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340F30; }
p { color: rgb(52,15,48); }
H1.HeaderClassName
{
color: #340F30;
}
.AnyTagClassName
{
color: #340F30;
}
</style>
background-color css
<style>
a { background-color: #340F30; }
a { background-color: rgb(52,15,48); }
div.DivClassName
{
background-color: #340F30;
}
.BgClassName
{
background-color: #340F30;
}
</style>
border-color css
<style>
span { border-color: #340F30; }
span { border-color: rgb(52,15,48); }
td.TdClassName
{
border-color: #340F30;
}
.TagClassName
{
border-color: #340F30;
}
</style>