Shades of Mikado #3A331A
Tints of Mikado #3A331A
RGB
CMYK
RGB Variations
Color information
#3A331A (or 0x3A331A) is known color: Mikado. HEX triplet: 3A, 33 and 1A. RGB value is (58,51,26). Sum of RGB (Red+Green+Blue) = 58+51+26=135 (17% of max value = 765). Red value is 58 (23.05% from 255 or 42.96% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 58 - color contains mainly: red. Hex color #3A331A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A331A is #C5CCE5. Grayscale: #323232. Windows color (decimal): -12963046 or 1717050. OLE color: 1717050.
HSL color Cylindrical-coordinate representation of color #3A331A: hue angle of 46.88º 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 #3A331A is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 51 | 26 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.77 |
| HSL | 46.88º | 0.38% | 0.16% | - |
| HSV(B) | 46.88º | 0.55% | 0.23% | - |
| XYZ | 3.12 | 3.34 | 1.46 | - |
| YUV | 50.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 51 | 26 | 0 | 0.12 | 0.55 | 0.77 | 46.88 | 0.38 | 0.16 |
| Hex | 3A | 33 | 1A | 0 | C | 37 | 4D | 2F | 26 | 10 |
| Octal | 72 | 63 | 32 | 0 | 14 | 67 | 115 | 57 | 46 | 20 |
| Binary | 111010 | 110011 | 11010 | 0 | 1100 | 110111 | 1001101 | 101111 | 100110 | 10000 |
Color Harmonies of #3A331A
Complementary color
Monochromatic Colors of #3A331A
Black with #3A331A
Text Example
Text Example
White with #3A331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A331A; }
p { color: rgb(58,51,26); }
H1.HeaderClassName
{
color: #3A331A;
}
.AnyTagClassName
{
color: #3A331A;
}
</style>
background-color css
<style>
a { background-color: #3A331A; }
a { background-color: rgb(58,51,26); }
div.DivClassName
{
background-color: #3A331A;
}
.BgClassName
{
background-color: #3A331A;
}
</style>
border-color css
<style>
span { border-color: #3A331A; }
span { border-color: rgb(58,51,26); }
td.TdClassName
{
border-color: #3A331A;
}
.TagClassName
{
border-color: #3A331A;
}
</style>