Shades of Madras #3F391E
Tints of Madras #3F391E
RGB
CMYK
RGB Variations
Color information
#3F391E (or 0x3F391E) is known color: Madras. HEX triplet: 3F, 39 and 1E. RGB value is (63,57,30). Sum of RGB (Red+Green+Blue) = 63+57+30=150 (19% of max value = 765). Red value is 63 (25% from 255 or 42% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 63 - color contains mainly: red. Hex color #3F391E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F391E is #C0C6E1. Grayscale: #373737. Windows color (decimal): -12633826 or 1980735. OLE color: 1980735.
HSL color Cylindrical-coordinate representation of color #3F391E: hue angle of 49.09º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F391E is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 57 | 30 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.75 |
| HSL | 49.09º | 0.35% | 0.18% | - |
| HSV(B) | 49.09º | 0.52% | 0.25% | - |
| XYZ | 3.75 | 4.08 | 1.82 | - |
| YUV | 55.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 30 | 0 | 0.10 | 0.52 | 0.75 | 49.09 | 0.35 | 0.18 |
| Hex | 3F | 39 | 1E | 0 | A | 34 | 4B | 31 | 23 | 12 |
| Octal | 77 | 71 | 36 | 0 | 12 | 64 | 113 | 61 | 43 | 22 |
| Binary | 111111 | 111001 | 11110 | 0 | 1010 | 110100 | 1001011 | 110001 | 100011 | 10010 |
Color Harmonies of #3F391E
Complementary color
Monochromatic Colors of #3F391E
Black with #3F391E
Text Example
Text Example
White with #3F391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F391E; }
p { color: rgb(63,57,30); }
H1.HeaderClassName
{
color: #3F391E;
}
.AnyTagClassName
{
color: #3F391E;
}
</style>
background-color css
<style>
a { background-color: #3F391E; }
a { background-color: rgb(63,57,30); }
div.DivClassName
{
background-color: #3F391E;
}
.BgClassName
{
background-color: #3F391E;
}
</style>
border-color css
<style>
span { border-color: #3F391E; }
span { border-color: rgb(63,57,30); }
td.TdClassName
{
border-color: #3F391E;
}
.TagClassName
{
border-color: #3F391E;
}
</style>