Shades of Madras #3D380E
Tints of Madras #3D380E
RGB
CMYK
RGB Variations
Color information
#3D380E (or 0x3D380E) is known color: Madras. HEX triplet: 3D, 38 and 0E. RGB value is (61,56,14). Sum of RGB (Red+Green+Blue) = 61+56+14=131 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.56% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 61 - color contains mainly: red. Hex color #3D380E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D380E is #C2C7F1. Grayscale: #343434. Windows color (decimal): -12765170 or 931901. OLE color: 931901.
HSL color Cylindrical-coordinate representation of color #3D380E: hue angle of 53.62º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D380E is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 56 | 14 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.76 |
| HSL | 53.62º | 0.63% | 0.15% | - |
| HSV(B) | 53.62º | 0.77% | 0.24% | - |
| XYZ | 3.42 | 3.85 | 0.98 | - |
| YUV | 52.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 56 | 14 | 0 | 0.08 | 0.77 | 0.76 | 53.62 | 0.63 | 0.15 |
| Hex | 3D | 38 | E | 0 | 8 | 4D | 4C | 36 | 3F | F |
| Octal | 75 | 70 | 16 | 0 | 10 | 115 | 114 | 66 | 77 | 17 |
| Binary | 111101 | 111000 | 1110 | 0 | 1000 | 1001101 | 1001100 | 110110 | 111111 | 1111 |
Color Harmonies of #3D380E
Complementary color
Monochromatic Colors of #3D380E
Black with #3D380E
Text Example
Text Example
White with #3D380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D380E; }
p { color: rgb(61,56,14); }
H1.HeaderClassName
{
color: #3D380E;
}
.AnyTagClassName
{
color: #3D380E;
}
</style>
background-color css
<style>
a { background-color: #3D380E; }
a { background-color: rgb(61,56,14); }
div.DivClassName
{
background-color: #3D380E;
}
.BgClassName
{
background-color: #3D380E;
}
</style>
border-color css
<style>
span { border-color: #3D380E; }
span { border-color: rgb(61,56,14); }
td.TdClassName
{
border-color: #3D380E;
}
.TagClassName
{
border-color: #3D380E;
}
</style>