Shades of Mikado #3B321C
Tints of Mikado #3B321C
RGB
CMYK
RGB Variations
Color information
#3B321C (or 0x3B321C) is known color: Mikado. HEX triplet: 3B, 32 and 1C. RGB value is (59,50,28). Sum of RGB (Red+Green+Blue) = 59+50+28=137 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.07% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 59 - color contains mainly: red. Hex color #3B321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B321C is #C4CDE3. Grayscale: #323232. Windows color (decimal): -12897764 or 1847867. OLE color: 1847867.
HSL color Cylindrical-coordinate representation of color #3B321C: hue angle of 42.58º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B321C is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 50 | 28 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.77 |
| HSL | 42.58º | 0.36% | 0.17% | - |
| HSV(B) | 42.58º | 0.53% | 0.23% | - |
| XYZ | 3.15 | 3.29 | 1.57 | - |
| YUV | 50.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 28 | 0 | 0.15 | 0.53 | 0.77 | 42.58 | 0.36 | 0.17 |
| Hex | 3B | 32 | 1C | 0 | F | 35 | 4D | 2B | 24 | 11 |
| Octal | 73 | 62 | 34 | 0 | 17 | 65 | 115 | 53 | 44 | 21 |
| Binary | 111011 | 110010 | 11100 | 0 | 1111 | 110101 | 1001101 | 101011 | 100100 | 10001 |
Color Harmonies of #3B321C
Complementary color
Monochromatic Colors of #3B321C
Black with #3B321C
Text Example
Text Example
White with #3B321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B321C; }
p { color: rgb(59,50,28); }
H1.HeaderClassName
{
color: #3B321C;
}
.AnyTagClassName
{
color: #3B321C;
}
</style>
background-color css
<style>
a { background-color: #3B321C; }
a { background-color: rgb(59,50,28); }
div.DivClassName
{
background-color: #3B321C;
}
.BgClassName
{
background-color: #3B321C;
}
</style>
border-color css
<style>
span { border-color: #3B321C; }
span { border-color: rgb(59,50,28); }
td.TdClassName
{
border-color: #3B321C;
}
.TagClassName
{
border-color: #3B321C;
}
</style>