Shades of Melanzane #261F23
Tints of Melanzane #261F23
RGB
CMYK
RGB Variations
Color information
#261F23 (or 0x261F23) is known color: Melanzane. HEX triplet: 26, 1F and 23. RGB value is (38,31,35). Sum of RGB (Red+Green+Blue) = 38+31+35=104 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.54% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 35 (14.06% from 255 or 33.65% from 104); Max value from RGB is 38 - color contains mainly: red. Hex color #261F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261F23 is #D9E0DC. Grayscale: #212121. Windows color (decimal): -14278877 or 2301734. OLE color: 2301734.
HSL color Cylindrical-coordinate representation of color #261F23: hue angle of 325.71º degrees, saturation: 0.1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #261F23 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 31 | 35 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.85 |
| HSL | 325.71º | 0.1% | 0.14% | - |
| HSV(B) | 325.71º | 0.18% | 0.15% | - |
| XYZ | 1.59 | 1.51 | 1.8 | - |
| YUV | 33.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 35 | 0 | 0.18 | 0.08 | 0.85 | 325.71 | 0.1 | 0.14 |
| Hex | 26 | 1F | 23 | 0 | 12 | 8 | 55 | 146 | A | E |
| Octal | 46 | 37 | 43 | 0 | 22 | 10 | 125 | 506 | 12 | 16 |
| Binary | 100110 | 11111 | 100011 | 0 | 10010 | 1000 | 1010101 | 101000110 | 1010 | 1110 |
Color Harmonies of #261F23
Complementary color
Monochromatic Colors of #261F23
Black with #261F23
Text Example
Text Example
White with #261F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261F23; }
p { color: rgb(38,31,35); }
H1.HeaderClassName
{
color: #261F23;
}
.AnyTagClassName
{
color: #261F23;
}
</style>
background-color css
<style>
a { background-color: #261F23; }
a { background-color: rgb(38,31,35); }
div.DivClassName
{
background-color: #261F23;
}
.BgClassName
{
background-color: #261F23;
}
</style>
border-color css
<style>
span { border-color: #261F23; }
span { border-color: rgb(38,31,35); }
td.TdClassName
{
border-color: #261F23;
}
.TagClassName
{
border-color: #261F23;
}
</style>