Shades of Mikado #3F371F
Tints of Mikado #3F371F
RGB
CMYK
RGB Variations
Color information
#3F371F (or 0x3F371F) is known color: Mikado. HEX triplet: 3F, 37 and 1F. RGB value is (63,55,31). Sum of RGB (Red+Green+Blue) = 63+55+31=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 63 - color contains mainly: red. Hex color #3F371F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F371F is #C0C8E0. Grayscale: #363636. Windows color (decimal): -12634337 or 2045759. OLE color: 2045759.
HSL color Cylindrical-coordinate representation of color #3F371F: hue angle of 45º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F371F is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 55 | 31 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.75 |
| HSL | 45º | 0.34% | 0.18% | - |
| HSV(B) | 45º | 0.51% | 0.25% | - |
| XYZ | 3.66 | 3.89 | 1.85 | - |
| YUV | 54.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 55 | 31 | 0 | 0.13 | 0.51 | 0.75 | 45 | 0.34 | 0.18 |
| Hex | 3F | 37 | 1F | 0 | D | 33 | 4B | 2D | 22 | 12 |
| Octal | 77 | 67 | 37 | 0 | 15 | 63 | 113 | 55 | 42 | 22 |
| Binary | 111111 | 110111 | 11111 | 0 | 1101 | 110011 | 1001011 | 101101 | 100010 | 10010 |
Color Harmonies of #3F371F
Complementary color
Monochromatic Colors of #3F371F
Black with #3F371F
Text Example
Text Example
White with #3F371F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F371F; }
p { color: rgb(63,55,31); }
H1.HeaderClassName
{
color: #3F371F;
}
.AnyTagClassName
{
color: #3F371F;
}
</style>
background-color css
<style>
a { background-color: #3F371F; }
a { background-color: rgb(63,55,31); }
div.DivClassName
{
background-color: #3F371F;
}
.BgClassName
{
background-color: #3F371F;
}
</style>
border-color css
<style>
span { border-color: #3F371F; }
span { border-color: rgb(63,55,31); }
td.TdClassName
{
border-color: #3F371F;
}
.TagClassName
{
border-color: #3F371F;
}
</style>