Shades of Mikado #3E301B
Tints of Mikado #3E301B
RGB
CMYK
RGB Variations
Color information
#3E301B (or 0x3E301B) is known color: Mikado. HEX triplet: 3E, 30 and 1B. RGB value is (62,48,27). Sum of RGB (Red+Green+Blue) = 62+48+27=137 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.26% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 62 - color contains mainly: red. Hex color #3E301B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E301B is #C1CFE4. Grayscale: #313131. Windows color (decimal): -12701669 or 1781822. OLE color: 1781822.
HSL color Cylindrical-coordinate representation of color #3E301B: hue angle of 36º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E301B is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 48 | 27 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.76 |
| HSL | 36º | 0.39% | 0.17% | - |
| HSV(B) | 36º | 0.56% | 0.24% | - |
| XYZ | 3.24 | 3.22 | 1.49 | - |
| YUV | 49.79 | 115.14 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 27 | 0 | 0.23 | 0.56 | 0.76 | 36 | 0.39 | 0.17 |
| Hex | 3E | 30 | 1B | 0 | 17 | 38 | 4C | 24 | 27 | 11 |
| Octal | 76 | 60 | 33 | 0 | 27 | 70 | 114 | 44 | 47 | 21 |
| Binary | 111110 | 110000 | 11011 | 0 | 10111 | 111000 | 1001100 | 100100 | 100111 | 10001 |
Color Harmonies of #3E301B
Complementary color
Monochromatic Colors of #3E301B
Black with #3E301B
Text Example
Text Example
White with #3E301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E301B; }
p { color: rgb(62,48,27); }
H1.HeaderClassName
{
color: #3E301B;
}
.AnyTagClassName
{
color: #3E301B;
}
</style>
background-color css
<style>
a { background-color: #3E301B; }
a { background-color: rgb(62,48,27); }
div.DivClassName
{
background-color: #3E301B;
}
.BgClassName
{
background-color: #3E301B;
}
</style>
border-color css
<style>
span { border-color: #3E301B; }
span { border-color: rgb(62,48,27); }
td.TdClassName
{
border-color: #3E301B;
}
.TagClassName
{
border-color: #3E301B;
}
</style>