Shades of Mikado #3D311A
Tints of Mikado #3D311A
RGB
CMYK
RGB Variations
Color information
#3D311A (or 0x3D311A) is known color: Mikado. HEX triplet: 3D, 31 and 1A. RGB value is (61,49,26). Sum of RGB (Red+Green+Blue) = 61+49+26=136 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.85% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 61 - color contains mainly: red. Hex color #3D311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D311A is #C2CEE5. Grayscale: #323232. Windows color (decimal): -12766950 or 1716541. OLE color: 1716541.
HSL color Cylindrical-coordinate representation of color #3D311A: hue angle of 39.43º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D311A is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 49 | 26 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.76 |
| HSL | 39.43º | 0.4% | 0.17% | - |
| HSV(B) | 39.43º | 0.57% | 0.24% | - |
| XYZ | 3.21 | 3.26 | 1.44 | - |
| YUV | 49.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 49 | 26 | 0 | 0.20 | 0.57 | 0.76 | 39.43 | 0.4 | 0.17 |
| Hex | 3D | 31 | 1A | 0 | 14 | 39 | 4C | 27 | 28 | 11 |
| Octal | 75 | 61 | 32 | 0 | 24 | 71 | 114 | 47 | 50 | 21 |
| Binary | 111101 | 110001 | 11010 | 0 | 10100 | 111001 | 1001100 | 100111 | 101000 | 10001 |
Color Harmonies of #3D311A
Complementary color
Monochromatic Colors of #3D311A
Black with #3D311A
Text Example
Text Example
White with #3D311A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D311A; }
p { color: rgb(61,49,26); }
H1.HeaderClassName
{
color: #3D311A;
}
.AnyTagClassName
{
color: #3D311A;
}
</style>
background-color css
<style>
a { background-color: #3D311A; }
a { background-color: rgb(61,49,26); }
div.DivClassName
{
background-color: #3D311A;
}
.BgClassName
{
background-color: #3D311A;
}
</style>
border-color css
<style>
span { border-color: #3D311A; }
span { border-color: rgb(61,49,26); }
td.TdClassName
{
border-color: #3D311A;
}
.TagClassName
{
border-color: #3D311A;
}
</style>