Shades of Melanzane #3C1F33
Tints of Melanzane #3C1F33
RGB
CMYK
RGB Variations
Color information
#3C1F33 (or 0x3C1F33) is known color: Melanzane. HEX triplet: 3C, 1F and 33. RGB value is (60,31,51). Sum of RGB (Red+Green+Blue) = 60+31+51=142 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.25% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 51 (20.31% from 255 or 35.92% from 142); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1F33 is #C3E0CC. Grayscale: #292929. Windows color (decimal): -12837069 or 3350332. OLE color: 3350332.
HSL color Cylindrical-coordinate representation of color #3C1F33: hue angle of 318.62º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C1F33 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 31 | 51 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.76 |
| HSL | 318.62º | 0.32% | 0.18% | - |
| HSV(B) | 318.62º | 0.48% | 0.24% | - |
| XYZ | 2.95 | 2.18 | 3.4 | - |
| YUV | 41.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 31 | 51 | 0 | 0.48 | 0.15 | 0.76 | 318.62 | 0.32 | 0.18 |
| Hex | 3C | 1F | 33 | 0 | 30 | F | 4C | 13F | 20 | 12 |
| Octal | 74 | 37 | 63 | 0 | 60 | 17 | 114 | 477 | 40 | 22 |
| Binary | 111100 | 11111 | 110011 | 0 | 110000 | 1111 | 1001100 | 100111111 | 100000 | 10010 |
Color Harmonies of #3C1F33
Complementary color
Monochromatic Colors of #3C1F33
Black with #3C1F33
Text Example
Text Example
White with #3C1F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1F33; }
p { color: rgb(60,31,51); }
H1.HeaderClassName
{
color: #3C1F33;
}
.AnyTagClassName
{
color: #3C1F33;
}
</style>
background-color css
<style>
a { background-color: #3C1F33; }
a { background-color: rgb(60,31,51); }
div.DivClassName
{
background-color: #3C1F33;
}
.BgClassName
{
background-color: #3C1F33;
}
</style>
border-color css
<style>
span { border-color: #3C1F33; }
span { border-color: rgb(60,31,51); }
td.TdClassName
{
border-color: #3C1F33;
}
.TagClassName
{
border-color: #3C1F33;
}
</style>