Shades of Mikado #3B350E
Tints of Mikado #3B350E
RGB
CMYK
RGB Variations
Color information
#3B350E (or 0x3B350E) is known color: Mikado. HEX triplet: 3B, 35 and 0E. RGB value is (59,53,14). Sum of RGB (Red+Green+Blue) = 59+53+14=126 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.83% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 59 - color contains mainly: red. Hex color #3B350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B350E is #C4CAF1. Grayscale: #323232. Windows color (decimal): -12897010 or 931131. OLE color: 931131.
HSL color Cylindrical-coordinate representation of color #3B350E: hue angle of 52º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B350E is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 53 | 14 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.77 |
| HSL | 52º | 0.62% | 0.14% | - |
| HSV(B) | 52º | 0.76% | 0.23% | - |
| XYZ | 3.16 | 3.51 | 0.93 | - |
| YUV | 50.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 53 | 14 | 0 | 0.10 | 0.76 | 0.77 | 52 | 0.62 | 0.14 |
| Hex | 3B | 35 | E | 0 | A | 4C | 4D | 34 | 3E | E |
| Octal | 73 | 65 | 16 | 0 | 12 | 114 | 115 | 64 | 76 | 16 |
| Binary | 111011 | 110101 | 1110 | 0 | 1010 | 1001100 | 1001101 | 110100 | 111110 | 1110 |
Color Harmonies of #3B350E
Complementary color
Monochromatic Colors of #3B350E
Black with #3B350E
Text Example
Text Example
White with #3B350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B350E; }
p { color: rgb(59,53,14); }
H1.HeaderClassName
{
color: #3B350E;
}
.AnyTagClassName
{
color: #3B350E;
}
</style>
background-color css
<style>
a { background-color: #3B350E; }
a { background-color: rgb(59,53,14); }
div.DivClassName
{
background-color: #3B350E;
}
.BgClassName
{
background-color: #3B350E;
}
</style>
border-color css
<style>
span { border-color: #3B350E; }
span { border-color: rgb(59,53,14); }
td.TdClassName
{
border-color: #3B350E;
}
.TagClassName
{
border-color: #3B350E;
}
</style>