Shades of Mikado #3D310B
Tints of Mikado #3D310B
RGB
CMYK
RGB Variations
Color information
#3D310B (or 0x3D310B) is known color: Mikado. HEX triplet: 3D, 31 and 0B. RGB value is (61,49,11). Sum of RGB (Red+Green+Blue) = 61+49+11=121 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50.41% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 61 - color contains mainly: red. Hex color #3D310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D310B is #C2CEF4. Grayscale: #303030. Windows color (decimal): -12766965 or 733501. OLE color: 733501.
HSL color Cylindrical-coordinate representation of color #3D310B: hue angle of 45.6º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D310B is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 49 | 11 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.76 |
| HSL | 45.6º | 0.69% | 0.14% | - |
| HSV(B) | 45.6º | 0.82% | 0.24% | - |
| XYZ | 3.08 | 3.21 | 0.77 | - |
| YUV | 48.26 | 106.98 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 49 | 11 | 0 | 0.20 | 0.82 | 0.76 | 45.6 | 0.69 | 0.14 |
| Hex | 3D | 31 | B | 0 | 14 | 52 | 4C | 2E | 45 | E |
| Octal | 75 | 61 | 13 | 0 | 24 | 122 | 114 | 56 | 105 | 16 |
| Binary | 111101 | 110001 | 1011 | 0 | 10100 | 1010010 | 1001100 | 101110 | 1000101 | 1110 |
Color Harmonies of #3D310B
Complementary color
Monochromatic Colors of #3D310B
Black with #3D310B
Text Example
Text Example
White with #3D310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D310B; }
p { color: rgb(61,49,11); }
H1.HeaderClassName
{
color: #3D310B;
}
.AnyTagClassName
{
color: #3D310B;
}
</style>
background-color css
<style>
a { background-color: #3D310B; }
a { background-color: rgb(61,49,11); }
div.DivClassName
{
background-color: #3D310B;
}
.BgClassName
{
background-color: #3D310B;
}
</style>
border-color css
<style>
span { border-color: #3D310B; }
span { border-color: rgb(61,49,11); }
td.TdClassName
{
border-color: #3D310B;
}
.TagClassName
{
border-color: #3D310B;
}
</style>