Shades of Mikado #3B3201
Tints of Mikado #3B3201
RGB
CMYK
RGB Variations
Color information
#3B3201 (or 0x3B3201) is known color: Mikado. HEX triplet: 3B, 32 and 01. RGB value is (59,50,1). Sum of RGB (Red+Green+Blue) = 59+50+1=110 (14% of max value = 765). Red value is 59 (23.44% from 255 or 53.64% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3201 is #C4CDFE. Grayscale: #2F2F2F. Windows color (decimal): -12897791 or 78395. OLE color: 78395.
HSL color Cylindrical-coordinate representation of color #3B3201: hue angle of 50.69º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B3201 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 50 | 1 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.77 |
| HSL | 50.69º | 0.97% | 0.12% | - |
| HSV(B) | 50.69º | 0.98% | 0.23% | - |
| XYZ | 2.95 | 3.21 | 0.49 | - |
| YUV | 47.11 | 101.98 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 1 | 0 | 0.15 | 0.98 | 0.77 | 50.69 | 0.97 | 0.12 |
| Hex | 3B | 32 | 1 | 0 | F | 62 | 4D | 33 | 61 | C |
| Octal | 73 | 62 | 1 | 0 | 17 | 142 | 115 | 63 | 141 | 14 |
| Binary | 111011 | 110010 | 1 | 0 | 1111 | 1100010 | 1001101 | 110011 | 1100001 | 1100 |
Color Harmonies of #3B3201
Complementary color
Monochromatic Colors of #3B3201
Black with #3B3201
Text Example
Text Example
White with #3B3201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3201; }
p { color: rgb(59,50,1); }
H1.HeaderClassName
{
color: #3B3201;
}
.AnyTagClassName
{
color: #3B3201;
}
</style>
background-color css
<style>
a { background-color: #3B3201; }
a { background-color: rgb(59,50,1); }
div.DivClassName
{
background-color: #3B3201;
}
.BgClassName
{
background-color: #3B3201;
}
</style>
border-color css
<style>
span { border-color: #3B3201; }
span { border-color: rgb(59,50,1); }
td.TdClassName
{
border-color: #3B3201;
}
.TagClassName
{
border-color: #3B3201;
}
</style>