Shades of Mikado #3A2F00
Tints of Mikado #3A2F00
RGB
CMYK
RGB Variations
Color information
#3A2F00 (or 0x3A2F00) is known color: Mikado. HEX triplet: 3A, 2F and 00. RGB value is (58,47,0). Sum of RGB (Red+Green+Blue) = 58+47+0=105 (13% of max value = 765). Red value is 58 (23.05% from 255 or 55.24% from 105); Green value is 47 (18.75% from 255 or 44.76% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2F00 is #C5D0FF. Grayscale: #2D2D2D. Windows color (decimal): -12964096 or 12090. OLE color: 12090.
HSL color Cylindrical-coordinate representation of color #3A2F00: hue angle of 48.62º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A2F00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 47 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.77 |
| HSL | 48.62º | 1% | 0.11% | - |
| HSV(B) | 48.62º | 1% | 0.23% | - |
| XYZ | 2.76 | 2.93 | 0.42 | - |
| YUV | 44.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 47 | 0 | 0 | 0.19 | 1 | 0.77 | 48.62 | 1 | 0.11 |
| Hex | 3A | 2F | 0 | 0 | 13 | 64 | 4D | 31 | 64 | B |
| Octal | 72 | 57 | 0 | 0 | 23 | 144 | 115 | 61 | 144 | 13 |
| Binary | 111010 | 101111 | 0 | 0 | 10011 | 1100100 | 1001101 | 110001 | 1100100 | 1011 |
Color Harmonies of #3A2F00
Complementary color
Monochromatic Colors of #3A2F00
Black with #3A2F00
Text Example
Text Example
White with #3A2F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2F00; }
p { color: rgb(58,47,0); }
H1.HeaderClassName
{
color: #3A2F00;
}
.AnyTagClassName
{
color: #3A2F00;
}
</style>
background-color css
<style>
a { background-color: #3A2F00; }
a { background-color: rgb(58,47,0); }
div.DivClassName
{
background-color: #3A2F00;
}
.BgClassName
{
background-color: #3A2F00;
}
</style>
border-color css
<style>
span { border-color: #3A2F00; }
span { border-color: rgb(58,47,0); }
td.TdClassName
{
border-color: #3A2F00;
}
.TagClassName
{
border-color: #3A2F00;
}
</style>