Shades of Mikado #3B321B
Tints of Mikado #3B321B
RGB
CMYK
RGB Variations
Color information
#3B321B (or 0x3B321B) is known color: Mikado. HEX triplet: 3B, 32 and 1B. RGB value is (59,50,27). Sum of RGB (Red+Green+Blue) = 59+50+27=136 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.38% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 59 - color contains mainly: red. Hex color #3B321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B321B is #C4CDE4. Grayscale: #323232. Windows color (decimal): -12897765 or 1782331. OLE color: 1782331.
HSL color Cylindrical-coordinate representation of color #3B321B: hue angle of 43.12º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B321B is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 50 | 27 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.77 |
| HSL | 43.13º | 0.37% | 0.17% | - |
| HSV(B) | 43.13º | 0.54% | 0.23% | - |
| XYZ | 3.14 | 3.29 | 1.51 | - |
| YUV | 50.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 27 | 0 | 0.15 | 0.54 | 0.77 | 43.13 | 0.37 | 0.17 |
| Hex | 3B | 32 | 1B | 0 | F | 36 | 4D | 2B | 25 | 11 |
| Octal | 73 | 62 | 33 | 0 | 17 | 66 | 115 | 53 | 45 | 21 |
| Binary | 111011 | 110010 | 11011 | 0 | 1111 | 110110 | 1001101 | 101011 | 100101 | 10001 |
Color Harmonies of #3B321B
Complementary color
Monochromatic Colors of #3B321B
Black with #3B321B
Text Example
Text Example
White with #3B321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B321B; }
p { color: rgb(59,50,27); }
H1.HeaderClassName
{
color: #3B321B;
}
.AnyTagClassName
{
color: #3B321B;
}
</style>
background-color css
<style>
a { background-color: #3B321B; }
a { background-color: rgb(59,50,27); }
div.DivClassName
{
background-color: #3B321B;
}
.BgClassName
{
background-color: #3B321B;
}
</style>
border-color css
<style>
span { border-color: #3B321B; }
span { border-color: rgb(59,50,27); }
td.TdClassName
{
border-color: #3B321B;
}
.TagClassName
{
border-color: #3B321B;
}
</style>