Shades of Mikado #3B310D
Tints of Mikado #3B310D
RGB
CMYK
RGB Variations
Color information
#3B310D (or 0x3B310D) is known color: Mikado. HEX triplet: 3B, 31 and 0D. RGB value is (59,49,13). Sum of RGB (Red+Green+Blue) = 59+49+13=121 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.76% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 59 - color contains mainly: red. Hex color #3B310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B310D is #C4CEF2. Grayscale: #303030. Windows color (decimal): -12898035 or 864571. OLE color: 864571.
HSL color Cylindrical-coordinate representation of color #3B310D: hue angle of 46.96º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B310D is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 49 | 13 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.77 |
| HSL | 46.96º | 0.64% | 0.14% | - |
| HSV(B) | 46.96º | 0.78% | 0.23% | - |
| XYZ | 2.97 | 3.16 | 0.83 | - |
| YUV | 47.89 | 108.31 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 49 | 13 | 0 | 0.17 | 0.78 | 0.77 | 46.96 | 0.64 | 0.14 |
| Hex | 3B | 31 | D | 0 | 11 | 4E | 4D | 2F | 40 | E |
| Octal | 73 | 61 | 15 | 0 | 21 | 116 | 115 | 57 | 100 | 16 |
| Binary | 111011 | 110001 | 1101 | 0 | 10001 | 1001110 | 1001101 | 101111 | 1000000 | 1110 |
Color Harmonies of #3B310D
Complementary color
Monochromatic Colors of #3B310D
Black with #3B310D
Text Example
Text Example
White with #3B310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B310D; }
p { color: rgb(59,49,13); }
H1.HeaderClassName
{
color: #3B310D;
}
.AnyTagClassName
{
color: #3B310D;
}
</style>
background-color css
<style>
a { background-color: #3B310D; }
a { background-color: rgb(59,49,13); }
div.DivClassName
{
background-color: #3B310D;
}
.BgClassName
{
background-color: #3B310D;
}
</style>
border-color css
<style>
span { border-color: #3B310D; }
span { border-color: rgb(59,49,13); }
td.TdClassName
{
border-color: #3B310D;
}
.TagClassName
{
border-color: #3B310D;
}
</style>