Shades of Mikado #3B2F04
Tints of Mikado #3B2F04
RGB
CMYK
RGB Variations
Color information
#3B2F04 (or 0x3B2F04) is known color: Mikado. HEX triplet: 3B, 2F and 04. RGB value is (59,47,4). Sum of RGB (Red+Green+Blue) = 59+47+4=110 (14% of max value = 765). Red value is 59 (23.44% from 255 or 53.64% from 110); Green value is 47 (18.75% from 255 or 42.73% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2F04 is #C4D0FB. Grayscale: #2D2D2D. Windows color (decimal): -12898556 or 274235. OLE color: 274235.
HSL color Cylindrical-coordinate representation of color #3B2F04: hue angle of 46.91º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B2F04 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 47 | 4 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.77 |
| HSL | 46.91º | 0.87% | 0.12% | - |
| HSV(B) | 46.91º | 0.93% | 0.23% | - |
| XYZ | 2.84 | 2.97 | 0.54 | - |
| YUV | 45.69 | 104.48 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 47 | 4 | 0 | 0.20 | 0.93 | 0.77 | 46.91 | 0.87 | 0.12 |
| Hex | 3B | 2F | 4 | 0 | 14 | 5D | 4D | 2F | 57 | C |
| Octal | 73 | 57 | 4 | 0 | 24 | 135 | 115 | 57 | 127 | 14 |
| Binary | 111011 | 101111 | 100 | 0 | 10100 | 1011101 | 1001101 | 101111 | 1010111 | 1100 |
Color Harmonies of #3B2F04
Complementary color
Monochromatic Colors of #3B2F04
Black with #3B2F04
Text Example
Text Example
White with #3B2F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2F04; }
p { color: rgb(59,47,4); }
H1.HeaderClassName
{
color: #3B2F04;
}
.AnyTagClassName
{
color: #3B2F04;
}
</style>
background-color css
<style>
a { background-color: #3B2F04; }
a { background-color: rgb(59,47,4); }
div.DivClassName
{
background-color: #3B2F04;
}
.BgClassName
{
background-color: #3B2F04;
}
</style>
border-color css
<style>
span { border-color: #3B2F04; }
span { border-color: rgb(59,47,4); }
td.TdClassName
{
border-color: #3B2F04;
}
.TagClassName
{
border-color: #3B2F04;
}
</style>