Shades of Mardi Gras #260F23
Tints of Mardi Gras #260F23
RGB
CMYK
RGB Variations
Color information
#260F23 (or 0x260F23) is known color: Mardi Gras. HEX triplet: 26, 0F and 23. RGB value is (38,15,35). Sum of RGB (Red+Green+Blue) = 38+15+35=88 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.18% from 88); Green value is 15 (6.25% from 255 or 17.05% from 88); Blue value is 35 (14.06% from 255 or 39.77% from 88); Max value from RGB is 38 - color contains mainly: red. Hex color #260F23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260F23 is #D9F0DC. Grayscale: #181818. Windows color (decimal): -14282973 or 2297638. OLE color: 2297638.
HSL color Cylindrical-coordinate representation of color #260F23: hue angle of 307.83º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #260F23 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 15 | 35 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.85 |
| HSL | 307.83º | 0.43% | 0.1% | - |
| HSV(B) | 307.83º | 0.61% | 0.15% | - |
| XYZ | 1.27 | 0.88 | 1.69 | - |
| YUV | 24.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 35 | 0 | 0.61 | 0.08 | 0.85 | 307.83 | 0.43 | 0.1 |
| Hex | 26 | F | 23 | 0 | 3D | 8 | 55 | 134 | 2B | A |
| Octal | 46 | 17 | 43 | 0 | 75 | 10 | 125 | 464 | 53 | 12 |
| Binary | 100110 | 1111 | 100011 | 0 | 111101 | 1000 | 1010101 | 100110100 | 101011 | 1010 |
Color Harmonies of #260F23
Complementary color
Monochromatic Colors of #260F23
Black with #260F23
Text Example
Text Example
White with #260F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260F23; }
p { color: rgb(38,15,35); }
H1.HeaderClassName
{
color: #260F23;
}
.AnyTagClassName
{
color: #260F23;
}
</style>
background-color css
<style>
a { background-color: #260F23; }
a { background-color: rgb(38,15,35); }
div.DivClassName
{
background-color: #260F23;
}
.BgClassName
{
background-color: #260F23;
}
</style>
border-color css
<style>
span { border-color: #260F23; }
span { border-color: rgb(38,15,35); }
td.TdClassName
{
border-color: #260F23;
}
.TagClassName
{
border-color: #260F23;
}
</style>