Shades of Mikado #3D2F11
Tints of Mikado #3D2F11
RGB
CMYK
RGB Variations
Color information
#3D2F11 (or 0x3D2F11) is known color: Mikado. HEX triplet: 3D, 2F and 11. RGB value is (61,47,17). Sum of RGB (Red+Green+Blue) = 61+47+17=125 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.8% from 125); Green value is 47 (18.75% from 255 or 37.6% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2F11 is #C2D0EE. Grayscale: #2F2F2F. Windows color (decimal): -12767471 or 1126205. OLE color: 1126205.
HSL color Cylindrical-coordinate representation of color #3D2F11: hue angle of 40.91º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D2F11 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 47 | 17 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.76 |
| HSL | 40.91º | 0.56% | 0.15% | - |
| HSV(B) | 40.91º | 0.72% | 0.24% | - |
| XYZ | 3.04 | 3.07 | 0.96 | - |
| YUV | 47.77 | 110.64 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 47 | 17 | 0 | 0.23 | 0.72 | 0.76 | 40.91 | 0.56 | 0.15 |
| Hex | 3D | 2F | 11 | 0 | 17 | 48 | 4C | 29 | 38 | F |
| Octal | 75 | 57 | 21 | 0 | 27 | 110 | 114 | 51 | 70 | 17 |
| Binary | 111101 | 101111 | 10001 | 0 | 10111 | 1001000 | 1001100 | 101001 | 111000 | 1111 |
Color Harmonies of #3D2F11
Complementary color
Monochromatic Colors of #3D2F11
Black with #3D2F11
Text Example
Text Example
White with #3D2F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2F11; }
p { color: rgb(61,47,17); }
H1.HeaderClassName
{
color: #3D2F11;
}
.AnyTagClassName
{
color: #3D2F11;
}
</style>
background-color css
<style>
a { background-color: #3D2F11; }
a { background-color: rgb(61,47,17); }
div.DivClassName
{
background-color: #3D2F11;
}
.BgClassName
{
background-color: #3D2F11;
}
</style>
border-color css
<style>
span { border-color: #3D2F11; }
span { border-color: rgb(61,47,17); }
td.TdClassName
{
border-color: #3D2F11;
}
.TagClassName
{
border-color: #3D2F11;
}
</style>