Shades of Mikado #3B320A
Tints of Mikado #3B320A
RGB
CMYK
RGB Variations
Color information
#3B320A (or 0x3B320A) is known color: Mikado. HEX triplet: 3B, 32 and 0A. RGB value is (59,50,10). Sum of RGB (Red+Green+Blue) = 59+50+10=119 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.58% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 59 - color contains mainly: red. Hex color #3B320A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B320A is #C4CDF5. Grayscale: #303030. Windows color (decimal): -12897782 or 668219. OLE color: 668219.
HSL color Cylindrical-coordinate representation of color #3B320A: hue angle of 48.98º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3B320A is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 50 | 10 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.77 |
| HSL | 48.98º | 0.71% | 0.14% | - |
| HSV(B) | 48.98º | 0.83% | 0.23% | - |
| XYZ | 3 | 3.23 | 0.75 | - |
| YUV | 48.13 | 106.48 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 10 | 0 | 0.15 | 0.83 | 0.77 | 48.98 | 0.71 | 0.14 |
| Hex | 3B | 32 | A | 0 | F | 53 | 4D | 31 | 47 | E |
| Octal | 73 | 62 | 12 | 0 | 17 | 123 | 115 | 61 | 107 | 16 |
| Binary | 111011 | 110010 | 1010 | 0 | 1111 | 1010011 | 1001101 | 110001 | 1000111 | 1110 |
Color Harmonies of #3B320A
Complementary color
Monochromatic Colors of #3B320A
Black with #3B320A
Text Example
Text Example
White with #3B320A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B320A; }
p { color: rgb(59,50,10); }
H1.HeaderClassName
{
color: #3B320A;
}
.AnyTagClassName
{
color: #3B320A;
}
</style>
background-color css
<style>
a { background-color: #3B320A; }
a { background-color: rgb(59,50,10); }
div.DivClassName
{
background-color: #3B320A;
}
.BgClassName
{
background-color: #3B320A;
}
</style>
border-color css
<style>
span { border-color: #3B320A; }
span { border-color: rgb(59,50,10); }
td.TdClassName
{
border-color: #3B320A;
}
.TagClassName
{
border-color: #3B320A;
}
</style>