Shades of Mikado #3B3115
Tints of Mikado #3B3115
RGB
CMYK
RGB Variations
Color information
#3B3115 (or 0x3B3115) is known color: Mikado. HEX triplet: 3B, 31 and 15. RGB value is (59,49,21). Sum of RGB (Red+Green+Blue) = 59+49+21=129 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.74% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3115 is #C4CEEA. Grayscale: #303030. Windows color (decimal): -12898027 or 1388859. OLE color: 1388859.
HSL color Cylindrical-coordinate representation of color #3B3115: hue angle of 44.21º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B3115 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 49 | 21 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.77 |
| HSL | 44.21º | 0.48% | 0.16% | - |
| HSV(B) | 44.21º | 0.64% | 0.23% | - |
| XYZ | 3.04 | 3.18 | 1.16 | - |
| YUV | 48.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 49 | 21 | 0 | 0.17 | 0.64 | 0.77 | 44.21 | 0.48 | 0.16 |
| Hex | 3B | 31 | 15 | 0 | 11 | 40 | 4D | 2C | 30 | 10 |
| Octal | 73 | 61 | 25 | 0 | 21 | 100 | 115 | 54 | 60 | 20 |
| Binary | 111011 | 110001 | 10101 | 0 | 10001 | 1000000 | 1001101 | 101100 | 110000 | 10000 |
Color Harmonies of #3B3115
Complementary color
Monochromatic Colors of #3B3115
Black with #3B3115
Text Example
Text Example
White with #3B3115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3115; }
p { color: rgb(59,49,21); }
H1.HeaderClassName
{
color: #3B3115;
}
.AnyTagClassName
{
color: #3B3115;
}
</style>
background-color css
<style>
a { background-color: #3B3115; }
a { background-color: rgb(59,49,21); }
div.DivClassName
{
background-color: #3B3115;
}
.BgClassName
{
background-color: #3B3115;
}
</style>
border-color css
<style>
span { border-color: #3B3115; }
span { border-color: rgb(59,49,21); }
td.TdClassName
{
border-color: #3B3115;
}
.TagClassName
{
border-color: #3B3115;
}
</style>