Shades of Mikado #3B2E13
Tints of Mikado #3B2E13
RGB
CMYK
RGB Variations
Color information
#3B2E13 (or 0x3B2E13) is known color: Mikado. HEX triplet: 3B, 2E and 13. RGB value is (59,46,19). Sum of RGB (Red+Green+Blue) = 59+46+19=124 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.58% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2E13 is #C4D1EC. Grayscale: #2E2E2E. Windows color (decimal): -12898797 or 1257019. OLE color: 1257019.
HSL color Cylindrical-coordinate representation of color #3B2E13: hue angle of 40.5º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B2E13 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 46 | 19 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.77 |
| HSL | 40.5º | 0.51% | 0.15% | - |
| HSV(B) | 40.5º | 0.68% | 0.23% | - |
| XYZ | 2.9 | 2.93 | 1.03 | - |
| YUV | 46.81 | 112.31 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 46 | 19 | 0 | 0.22 | 0.68 | 0.77 | 40.5 | 0.51 | 0.15 |
| Hex | 3B | 2E | 13 | 0 | 16 | 44 | 4D | 28 | 33 | F |
| Octal | 73 | 56 | 23 | 0 | 26 | 104 | 115 | 50 | 63 | 17 |
| Binary | 111011 | 101110 | 10011 | 0 | 10110 | 1000100 | 1001101 | 101000 | 110011 | 1111 |
Color Harmonies of #3B2E13
Complementary color
Monochromatic Colors of #3B2E13
Black with #3B2E13
Text Example
Text Example
White with #3B2E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2E13; }
p { color: rgb(59,46,19); }
H1.HeaderClassName
{
color: #3B2E13;
}
.AnyTagClassName
{
color: #3B2E13;
}
</style>
background-color css
<style>
a { background-color: #3B2E13; }
a { background-color: rgb(59,46,19); }
div.DivClassName
{
background-color: #3B2E13;
}
.BgClassName
{
background-color: #3B2E13;
}
</style>
border-color css
<style>
span { border-color: #3B2E13; }
span { border-color: rgb(59,46,19); }
td.TdClassName
{
border-color: #3B2E13;
}
.TagClassName
{
border-color: #3B2E13;
}
</style>