Shades of Mikado #3E381E
Tints of Mikado #3E381E
RGB
CMYK
RGB Variations
Color information
#3E381E (or 0x3E381E) is known color: Mikado. HEX triplet: 3E, 38 and 1E. RGB value is (62,56,30). Sum of RGB (Red+Green+Blue) = 62+56+30=148 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.89% from 148); Green value is 56 (22.27% from 255 or 37.84% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 62 - color contains mainly: red. Hex color #3E381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E381E is #C1C7E1. Grayscale: #363636. Windows color (decimal): -12699618 or 1980478. OLE color: 1980478.
HSL color Cylindrical-coordinate representation of color #3E381E: hue angle of 48.75º 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 #3E381E is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 56 | 30 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.76 |
| HSL | 48.75º | 0.35% | 0.18% | - |
| HSV(B) | 48.75º | 0.52% | 0.24% | - |
| XYZ | 3.64 | 3.95 | 1.8 | - |
| YUV | 54.83 | 113.99 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 56 | 30 | 0 | 0.10 | 0.52 | 0.76 | 48.75 | 0.35 | 0.18 |
| Hex | 3E | 38 | 1E | 0 | A | 34 | 4C | 31 | 23 | 12 |
| Octal | 76 | 70 | 36 | 0 | 12 | 64 | 114 | 61 | 43 | 22 |
| Binary | 111110 | 111000 | 11110 | 0 | 1010 | 110100 | 1001100 | 110001 | 100011 | 10010 |
Color Harmonies of #3E381E
Complementary color
Monochromatic Colors of #3E381E
Black with #3E381E
Text Example
Text Example
White with #3E381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E381E; }
p { color: rgb(62,56,30); }
H1.HeaderClassName
{
color: #3E381E;
}
.AnyTagClassName
{
color: #3E381E;
}
</style>
background-color css
<style>
a { background-color: #3E381E; }
a { background-color: rgb(62,56,30); }
div.DivClassName
{
background-color: #3E381E;
}
.BgClassName
{
background-color: #3E381E;
}
</style>
border-color css
<style>
span { border-color: #3E381E; }
span { border-color: rgb(62,56,30); }
td.TdClassName
{
border-color: #3E381E;
}
.TagClassName
{
border-color: #3E381E;
}
</style>