Shades of Madras #3F391D
Tints of Madras #3F391D
RGB
CMYK
RGB Variations
Color information
#3F391D (or 0x3F391D) is known color: Madras. HEX triplet: 3F, 39 and 1D. RGB value is (63,57,29). Sum of RGB (Red+Green+Blue) = 63+57+29=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 63 - color contains mainly: red. Hex color #3F391D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F391D is #C0C6E2. Grayscale: #373737. Windows color (decimal): -12633827 or 1915199. OLE color: 1915199.
HSL color Cylindrical-coordinate representation of color #3F391D: hue angle of 49.41º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F391D is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 57 | 29 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.75 |
| HSL | 49.41º | 0.37% | 0.18% | - |
| HSV(B) | 49.41º | 0.54% | 0.25% | - |
| XYZ | 3.73 | 4.07 | 1.75 | - |
| YUV | 55.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 29 | 0 | 0.10 | 0.54 | 0.75 | 49.41 | 0.37 | 0.18 |
| Hex | 3F | 39 | 1D | 0 | A | 36 | 4B | 31 | 25 | 12 |
| Octal | 77 | 71 | 35 | 0 | 12 | 66 | 113 | 61 | 45 | 22 |
| Binary | 111111 | 111001 | 11101 | 0 | 1010 | 110110 | 1001011 | 110001 | 100101 | 10010 |
Color Harmonies of #3F391D
Complementary color
Monochromatic Colors of #3F391D
Black with #3F391D
Text Example
Text Example
White with #3F391D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F391D; }
p { color: rgb(63,57,29); }
H1.HeaderClassName
{
color: #3F391D;
}
.AnyTagClassName
{
color: #3F391D;
}
</style>
background-color css
<style>
a { background-color: #3F391D; }
a { background-color: rgb(63,57,29); }
div.DivClassName
{
background-color: #3F391D;
}
.BgClassName
{
background-color: #3F391D;
}
</style>
border-color css
<style>
span { border-color: #3F391D; }
span { border-color: rgb(63,57,29); }
td.TdClassName
{
border-color: #3F391D;
}
.TagClassName
{
border-color: #3F391D;
}
</style>