Shades of Mardi Gras #2B092F
Tints of Mardi Gras #2B092F
RGB
CMYK
RGB Variations
Color information
#2B092F (or 0x2B092F) is known color: Mardi Gras. HEX triplet: 2B, 09 and 2F. RGB value is (43,9,47). Sum of RGB (Red+Green+Blue) = 43+9+47=99 (13% of max value = 765). Red value is 43 (17.19% from 255 or 43.43% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 47 (18.75% from 255 or 47.47% from 99); Max value from RGB is 47 - color contains mainly: blue. Hex color #2B092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B092F is #D4F6D0. Grayscale: #171717. Windows color (decimal): -13956817 or 3082539. OLE color: 3082539.
HSL color Cylindrical-coordinate representation of color #2B092F: hue angle of 293.68º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B092F is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 9 | 47 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.82 |
| HSL | 293.68º | 0.68% | 0.11% | - |
| HSV(B) | 293.68º | 0.81% | 0.18% | - |
| XYZ | 1.61 | 0.91 | 2.78 | - |
| YUV | 23.5 | 141.26 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 9 | 47 | 0.09 | 0.81 | 0 | 0.82 | 293.68 | 0.68 | 0.11 |
| Hex | 2B | 9 | 2F | 9 | 51 | 0 | 52 | 126 | 44 | B |
| Octal | 53 | 11 | 57 | 11 | 121 | 0 | 122 | 446 | 104 | 13 |
| Binary | 101011 | 1001 | 101111 | 1001 | 1010001 | 0 | 1010010 | 100100110 | 1000100 | 1011 |
Color Harmonies of #2B092F
Complementary color
Monochromatic Colors of #2B092F
Black with #2B092F
Text Example
Text Example
White with #2B092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B092F; }
p { color: rgb(43,9,47); }
H1.HeaderClassName
{
color: #2B092F;
}
.AnyTagClassName
{
color: #2B092F;
}
</style>
background-color css
<style>
a { background-color: #2B092F; }
a { background-color: rgb(43,9,47); }
div.DivClassName
{
background-color: #2B092F;
}
.BgClassName
{
background-color: #2B092F;
}
</style>
border-color css
<style>
span { border-color: #2B092F; }
span { border-color: rgb(43,9,47); }
td.TdClassName
{
border-color: #2B092F;
}
.TagClassName
{
border-color: #2B092F;
}
</style>