Shades of Mikado #3B3100
Tints of Mikado #3B3100
RGB
CMYK
RGB Variations
Color information
#3B3100 (or 0x3B3100) is known color: Mikado. HEX triplet: 3B, 31 and 00. RGB value is (59,49,0). Sum of RGB (Red+Green+Blue) = 59+49+0=108 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.63% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3100 is #C4CEFF. Grayscale: #2E2E2E. Windows color (decimal): -12898048 or 12603. OLE color: 12603.
HSL color Cylindrical-coordinate representation of color #3B3100: hue angle of 49.83º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B3100 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 49 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.77 |
| HSL | 49.83º | 1% | 0.12% | - |
| HSV(B) | 49.83º | 1% | 0.23% | - |
| XYZ | 2.9 | 3.13 | 0.45 | - |
| YUV | 46.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 49 | 0 | 0 | 0.17 | 1 | 0.77 | 49.83 | 1 | 0.12 |
| Hex | 3B | 31 | 0 | 0 | 11 | 64 | 4D | 32 | 64 | C |
| Octal | 73 | 61 | 0 | 0 | 21 | 144 | 115 | 62 | 144 | 14 |
| Binary | 111011 | 110001 | 0 | 0 | 10001 | 1100100 | 1001101 | 110010 | 1100100 | 1100 |
Color Harmonies of #3B3100
Complementary color
Monochromatic Colors of #3B3100
Black with #3B3100
Text Example
Text Example
White with #3B3100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3100; }
p { color: rgb(59,49,0); }
H1.HeaderClassName
{
color: #3B3100;
}
.AnyTagClassName
{
color: #3B3100;
}
</style>
background-color css
<style>
a { background-color: #3B3100; }
a { background-color: rgb(59,49,0); }
div.DivClassName
{
background-color: #3B3100;
}
.BgClassName
{
background-color: #3B3100;
}
</style>
border-color css
<style>
span { border-color: #3B3100; }
span { border-color: rgb(59,49,0); }
td.TdClassName
{
border-color: #3B3100;
}
.TagClassName
{
border-color: #3B3100;
}
</style>