Shades of Mikado #3E371E
Tints of Mikado #3E371E
RGB
CMYK
RGB Variations
Color information
#3E371E (or 0x3E371E) is known color: Mikado. HEX triplet: 3E, 37 and 1E. RGB value is (62,55,30). Sum of RGB (Red+Green+Blue) = 62+55+30=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 62 - color contains mainly: red. Hex color #3E371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E371E is #C1C8E1. Grayscale: #363636. Windows color (decimal): -12699874 or 1980222. OLE color: 1980222.
HSL color Cylindrical-coordinate representation of color #3E371E: hue angle of 46.88º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E371E is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 55 | 30 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.76 |
| HSL | 46.88º | 0.35% | 0.18% | - |
| HSV(B) | 46.88º | 0.52% | 0.24% | - |
| XYZ | 3.59 | 3.85 | 1.78 | - |
| YUV | 54.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 55 | 30 | 0 | 0.11 | 0.52 | 0.76 | 46.88 | 0.35 | 0.18 |
| Hex | 3E | 37 | 1E | 0 | B | 34 | 4C | 2F | 23 | 12 |
| Octal | 76 | 67 | 36 | 0 | 13 | 64 | 114 | 57 | 43 | 22 |
| Binary | 111110 | 110111 | 11110 | 0 | 1011 | 110100 | 1001100 | 101111 | 100011 | 10010 |
Color Harmonies of #3E371E
Complementary color
Monochromatic Colors of #3E371E
Black with #3E371E
Text Example
Text Example
White with #3E371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E371E; }
p { color: rgb(62,55,30); }
H1.HeaderClassName
{
color: #3E371E;
}
.AnyTagClassName
{
color: #3E371E;
}
</style>
background-color css
<style>
a { background-color: #3E371E; }
a { background-color: rgb(62,55,30); }
div.DivClassName
{
background-color: #3E371E;
}
.BgClassName
{
background-color: #3E371E;
}
</style>
border-color css
<style>
span { border-color: #3E371E; }
span { border-color: rgb(62,55,30); }
td.TdClassName
{
border-color: #3E371E;
}
.TagClassName
{
border-color: #3E371E;
}
</style>