Shades of Madras #3F381A
Tints of Madras #3F381A
RGB
CMYK
RGB Variations
Color information
#3F381A (or 0x3F381A) is known color: Madras. HEX triplet: 3F, 38 and 1A. RGB value is (63,56,26). Sum of RGB (Red+Green+Blue) = 63+56+26=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 63 - color contains mainly: red. Hex color #3F381A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F381A is #C0C7E5. Grayscale: #363636. Windows color (decimal): -12634086 or 1718335. OLE color: 1718335.
HSL color Cylindrical-coordinate representation of color #3F381A: hue angle of 48.65º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F381A is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 56 | 26 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.75 |
| HSL | 48.65º | 0.42% | 0.17% | - |
| HSV(B) | 48.65º | 0.59% | 0.25% | - |
| XYZ | 3.65 | 3.96 | 1.55 | - |
| YUV | 54.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 26 | 0 | 0.11 | 0.59 | 0.75 | 48.65 | 0.42 | 0.17 |
| Hex | 3F | 38 | 1A | 0 | B | 3B | 4B | 31 | 2A | 11 |
| Octal | 77 | 70 | 32 | 0 | 13 | 73 | 113 | 61 | 52 | 21 |
| Binary | 111111 | 111000 | 11010 | 0 | 1011 | 111011 | 1001011 | 110001 | 101010 | 10001 |
Color Harmonies of #3F381A
Complementary color
Monochromatic Colors of #3F381A
Black with #3F381A
Text Example
Text Example
White with #3F381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F381A; }
p { color: rgb(63,56,26); }
H1.HeaderClassName
{
color: #3F381A;
}
.AnyTagClassName
{
color: #3F381A;
}
</style>
background-color css
<style>
a { background-color: #3F381A; }
a { background-color: rgb(63,56,26); }
div.DivClassName
{
background-color: #3F381A;
}
.BgClassName
{
background-color: #3F381A;
}
</style>
border-color css
<style>
span { border-color: #3F381A; }
span { border-color: rgb(63,56,26); }
td.TdClassName
{
border-color: #3F381A;
}
.TagClassName
{
border-color: #3F381A;
}
</style>