Shades of Mikado #3A320B
Tints of Mikado #3A320B
RGB
CMYK
RGB Variations
Color information
#3A320B (or 0x3A320B) is known color: Mikado. HEX triplet: 3A, 32 and 0B. RGB value is (58,50,11). Sum of RGB (Red+Green+Blue) = 58+50+11=119 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.74% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 58 - color contains mainly: red. Hex color #3A320B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A320B is #C5CDF4. Grayscale: #303030. Windows color (decimal): -12963317 or 733754. OLE color: 733754.
HSL color Cylindrical-coordinate representation of color #3A320B: hue angle of 49.79º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A320B is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 50 | 11 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.77 |
| HSL | 49.79º | 0.68% | 0.14% | - |
| HSV(B) | 49.79º | 0.81% | 0.23% | - |
| XYZ | 2.95 | 3.2 | 0.78 | - |
| YUV | 47.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 11 | 0 | 0.14 | 0.81 | 0.77 | 49.79 | 0.68 | 0.14 |
| Hex | 3A | 32 | B | 0 | E | 51 | 4D | 32 | 44 | E |
| Octal | 72 | 62 | 13 | 0 | 16 | 121 | 115 | 62 | 104 | 16 |
| Binary | 111010 | 110010 | 1011 | 0 | 1110 | 1010001 | 1001101 | 110010 | 1000100 | 1110 |
Color Harmonies of #3A320B
Complementary color
Monochromatic Colors of #3A320B
Black with #3A320B
Text Example
Text Example
White with #3A320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A320B; }
p { color: rgb(58,50,11); }
H1.HeaderClassName
{
color: #3A320B;
}
.AnyTagClassName
{
color: #3A320B;
}
</style>
background-color css
<style>
a { background-color: #3A320B; }
a { background-color: rgb(58,50,11); }
div.DivClassName
{
background-color: #3A320B;
}
.BgClassName
{
background-color: #3A320B;
}
</style>
border-color css
<style>
span { border-color: #3A320B; }
span { border-color: rgb(58,50,11); }
td.TdClassName
{
border-color: #3A320B;
}
.TagClassName
{
border-color: #3A320B;
}
</style>