Shades of Mikado #3B2F14
Tints of Mikado #3B2F14
RGB
CMYK
RGB Variations
Color information
#3B2F14 (or 0x3B2F14) is known color: Mikado. HEX triplet: 3B, 2F and 14. RGB value is (59,47,20). Sum of RGB (Red+Green+Blue) = 59+47+20=126 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.83% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2F14 is #C4D0EB. Grayscale: #2F2F2F. Windows color (decimal): -12898540 or 1322811. OLE color: 1322811.
HSL color Cylindrical-coordinate representation of color #3B2F14: hue angle of 41.54º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B2F14 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 47 | 20 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.77 |
| HSL | 41.54º | 0.49% | 0.15% | - |
| HSV(B) | 41.54º | 0.66% | 0.23% | - |
| XYZ | 2.95 | 3.01 | 1.09 | - |
| YUV | 47.51 | 112.48 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 47 | 20 | 0 | 0.20 | 0.66 | 0.77 | 41.54 | 0.49 | 0.15 |
| Hex | 3B | 2F | 14 | 0 | 14 | 42 | 4D | 2A | 31 | F |
| Octal | 73 | 57 | 24 | 0 | 24 | 102 | 115 | 52 | 61 | 17 |
| Binary | 111011 | 101111 | 10100 | 0 | 10100 | 1000010 | 1001101 | 101010 | 110001 | 1111 |
Color Harmonies of #3B2F14
Complementary color
Monochromatic Colors of #3B2F14
Black with #3B2F14
Text Example
Text Example
White with #3B2F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2F14; }
p { color: rgb(59,47,20); }
H1.HeaderClassName
{
color: #3B2F14;
}
.AnyTagClassName
{
color: #3B2F14;
}
</style>
background-color css
<style>
a { background-color: #3B2F14; }
a { background-color: rgb(59,47,20); }
div.DivClassName
{
background-color: #3B2F14;
}
.BgClassName
{
background-color: #3B2F14;
}
</style>
border-color css
<style>
span { border-color: #3B2F14; }
span { border-color: rgb(59,47,20); }
td.TdClassName
{
border-color: #3B2F14;
}
.TagClassName
{
border-color: #3B2F14;
}
</style>