Shades of Mikado #3B350C
Tints of Mikado #3B350C
RGB
CMYK
RGB Variations
Color information
#3B350C (or 0x3B350C) is known color: Mikado. HEX triplet: 3B, 35 and 0C. RGB value is (59,53,12). Sum of RGB (Red+Green+Blue) = 59+53+12=124 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.58% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 59 - color contains mainly: red. Hex color #3B350C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B350C is #C4CAF3. Grayscale: #323232. Windows color (decimal): -12897012 or 800059. OLE color: 800059.
HSL color Cylindrical-coordinate representation of color #3B350C: hue angle of 52.34º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B350C is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 53 | 12 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.77 |
| HSL | 52.34º | 0.66% | 0.14% | - |
| HSV(B) | 52.34º | 0.8% | 0.23% | - |
| XYZ | 3.14 | 3.5 | 0.86 | - |
| YUV | 50.12 | 106.49 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 53 | 12 | 0 | 0.10 | 0.80 | 0.77 | 52.34 | 0.66 | 0.14 |
| Hex | 3B | 35 | C | 0 | A | 50 | 4D | 34 | 42 | E |
| Octal | 73 | 65 | 14 | 0 | 12 | 120 | 115 | 64 | 102 | 16 |
| Binary | 111011 | 110101 | 1100 | 0 | 1010 | 1010000 | 1001101 | 110100 | 1000010 | 1110 |
Color Harmonies of #3B350C
Complementary color
Monochromatic Colors of #3B350C
Black with #3B350C
Text Example
Text Example
White with #3B350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B350C; }
p { color: rgb(59,53,12); }
H1.HeaderClassName
{
color: #3B350C;
}
.AnyTagClassName
{
color: #3B350C;
}
</style>
background-color css
<style>
a { background-color: #3B350C; }
a { background-color: rgb(59,53,12); }
div.DivClassName
{
background-color: #3B350C;
}
.BgClassName
{
background-color: #3B350C;
}
</style>
border-color css
<style>
span { border-color: #3B350C; }
span { border-color: rgb(59,53,12); }
td.TdClassName
{
border-color: #3B350C;
}
.TagClassName
{
border-color: #3B350C;
}
</style>