Shades of Mikado #3B2F12
Tints of Mikado #3B2F12
RGB
CMYK
RGB Variations
Color information
#3B2F12 (or 0x3B2F12) is known color: Mikado. HEX triplet: 3B, 2F and 12. RGB value is (59,47,18). Sum of RGB (Red+Green+Blue) = 59+47+18=124 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.58% from 124); Green value is 47 (18.75% from 255 or 37.90% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2F12 is #C4D0ED. Grayscale: #2F2F2F. Windows color (decimal): -12898542 or 1191739. OLE color: 1191739.
HSL color Cylindrical-coordinate representation of color #3B2F12: hue angle of 42.44º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B2F12 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 47 | 18 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.77 |
| HSL | 42.44º | 0.53% | 0.15% | - |
| HSV(B) | 42.44º | 0.69% | 0.23% | - |
| XYZ | 2.93 | 3.01 | 1 | - |
| YUV | 47.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 47 | 18 | 0 | 0.20 | 0.69 | 0.77 | 42.44 | 0.53 | 0.15 |
| Hex | 3B | 2F | 12 | 0 | 14 | 45 | 4D | 2A | 35 | F |
| Octal | 73 | 57 | 22 | 0 | 24 | 105 | 115 | 52 | 65 | 17 |
| Binary | 111011 | 101111 | 10010 | 0 | 10100 | 1000101 | 1001101 | 101010 | 110101 | 1111 |
Color Harmonies of #3B2F12
Complementary color
Monochromatic Colors of #3B2F12
Black with #3B2F12
Text Example
Text Example
White with #3B2F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2F12; }
p { color: rgb(59,47,18); }
H1.HeaderClassName
{
color: #3B2F12;
}
.AnyTagClassName
{
color: #3B2F12;
}
</style>
background-color css
<style>
a { background-color: #3B2F12; }
a { background-color: rgb(59,47,18); }
div.DivClassName
{
background-color: #3B2F12;
}
.BgClassName
{
background-color: #3B2F12;
}
</style>
border-color css
<style>
span { border-color: #3B2F12; }
span { border-color: rgb(59,47,18); }
td.TdClassName
{
border-color: #3B2F12;
}
.TagClassName
{
border-color: #3B2F12;
}
</style>