Shades of Mikado #3A301A
Tints of Mikado #3A301A
RGB
CMYK
RGB Variations
Color information
#3A301A (or 0x3A301A) is known color: Mikado. HEX triplet: 3A, 30 and 1A. RGB value is (58,48,26). Sum of RGB (Red+Green+Blue) = 58+48+26=132 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.94% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 58 - color contains mainly: red. Hex color #3A301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A301A is #C5CFE5. Grayscale: #303030. Windows color (decimal): -12963814 or 1716282. OLE color: 1716282.
HSL color Cylindrical-coordinate representation of color #3A301A: hue angle of 41.25º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A301A is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 48 | 26 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.77 |
| HSL | 41.25º | 0.38% | 0.16% | - |
| HSV(B) | 41.25º | 0.55% | 0.23% | - |
| XYZ | 2.99 | 3.09 | 1.42 | - |
| YUV | 48.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 48 | 26 | 0 | 0.17 | 0.55 | 0.77 | 41.25 | 0.38 | 0.16 |
| Hex | 3A | 30 | 1A | 0 | 11 | 37 | 4D | 29 | 26 | 10 |
| Octal | 72 | 60 | 32 | 0 | 21 | 67 | 115 | 51 | 46 | 20 |
| Binary | 111010 | 110000 | 11010 | 0 | 10001 | 110111 | 1001101 | 101001 | 100110 | 10000 |
Color Harmonies of #3A301A
Complementary color
Monochromatic Colors of #3A301A
Black with #3A301A
Text Example
Text Example
White with #3A301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A301A; }
p { color: rgb(58,48,26); }
H1.HeaderClassName
{
color: #3A301A;
}
.AnyTagClassName
{
color: #3A301A;
}
</style>
background-color css
<style>
a { background-color: #3A301A; }
a { background-color: rgb(58,48,26); }
div.DivClassName
{
background-color: #3A301A;
}
.BgClassName
{
background-color: #3A301A;
}
</style>
border-color css
<style>
span { border-color: #3A301A; }
span { border-color: rgb(58,48,26); }
td.TdClassName
{
border-color: #3A301A;
}
.TagClassName
{
border-color: #3A301A;
}
</style>