Shades of Mikado #3B2F16
Tints of Mikado #3B2F16
RGB
CMYK
RGB Variations
Color information
#3B2F16 (or 0x3B2F16) is known color: Mikado. HEX triplet: 3B, 2F and 16. RGB value is (59,47,22). Sum of RGB (Red+Green+Blue) = 59+47+22=128 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.09% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2F16 is #C4D0E9. Grayscale: #2F2F2F. Windows color (decimal): -12898538 or 1453883. OLE color: 1453883.
HSL color Cylindrical-coordinate representation of color #3B2F16: hue angle of 40.54º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B2F16 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 47 | 22 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.77 |
| HSL | 40.54º | 0.46% | 0.16% | - |
| HSV(B) | 40.54º | 0.63% | 0.23% | - |
| XYZ | 2.96 | 3.02 | 1.19 | - |
| YUV | 47.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 47 | 22 | 0 | 0.20 | 0.63 | 0.77 | 40.54 | 0.46 | 0.16 |
| Hex | 3B | 2F | 16 | 0 | 14 | 3F | 4D | 29 | 2E | 10 |
| Octal | 73 | 57 | 26 | 0 | 24 | 77 | 115 | 51 | 56 | 20 |
| Binary | 111011 | 101111 | 10110 | 0 | 10100 | 111111 | 1001101 | 101001 | 101110 | 10000 |
Color Harmonies of #3B2F16
Complementary color
Monochromatic Colors of #3B2F16
Black with #3B2F16
Text Example
Text Example
White with #3B2F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2F16; }
p { color: rgb(59,47,22); }
H1.HeaderClassName
{
color: #3B2F16;
}
.AnyTagClassName
{
color: #3B2F16;
}
</style>
background-color css
<style>
a { background-color: #3B2F16; }
a { background-color: rgb(59,47,22); }
div.DivClassName
{
background-color: #3B2F16;
}
.BgClassName
{
background-color: #3B2F16;
}
</style>
border-color css
<style>
span { border-color: #3B2F16; }
span { border-color: rgb(59,47,22); }
td.TdClassName
{
border-color: #3B2F16;
}
.TagClassName
{
border-color: #3B2F16;
}
</style>