Shades of Mikado #3D2F18
Tints of Mikado #3D2F18
RGB
CMYK
RGB Variations
Color information
#3D2F18 (or 0x3D2F18) is known color: Mikado. HEX triplet: 3D, 2F and 18. RGB value is (61,47,24). Sum of RGB (Red+Green+Blue) = 61+47+24=132 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.21% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2F18 is #C2D0E7. Grayscale: #303030. Windows color (decimal): -12767464 or 1584957. OLE color: 1584957.
HSL color Cylindrical-coordinate representation of color #3D2F18: hue angle of 37.3º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D2F18 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 47 | 24 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.76 |
| HSL | 37.3º | 0.44% | 0.17% | - |
| HSV(B) | 37.3º | 0.61% | 0.24% | - |
| XYZ | 3.11 | 3.09 | 1.3 | - |
| YUV | 48.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 47 | 24 | 0 | 0.23 | 0.61 | 0.76 | 37.3 | 0.44 | 0.17 |
| Hex | 3D | 2F | 18 | 0 | 17 | 3D | 4C | 25 | 2C | 11 |
| Octal | 75 | 57 | 30 | 0 | 27 | 75 | 114 | 45 | 54 | 21 |
| Binary | 111101 | 101111 | 11000 | 0 | 10111 | 111101 | 1001100 | 100101 | 101100 | 10001 |
Color Harmonies of #3D2F18
Complementary color
Monochromatic Colors of #3D2F18
Black with #3D2F18
Text Example
Text Example
White with #3D2F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2F18; }
p { color: rgb(61,47,24); }
H1.HeaderClassName
{
color: #3D2F18;
}
.AnyTagClassName
{
color: #3D2F18;
}
</style>
background-color css
<style>
a { background-color: #3D2F18; }
a { background-color: rgb(61,47,24); }
div.DivClassName
{
background-color: #3D2F18;
}
.BgClassName
{
background-color: #3D2F18;
}
</style>
border-color css
<style>
span { border-color: #3D2F18; }
span { border-color: rgb(61,47,24); }
td.TdClassName
{
border-color: #3D2F18;
}
.TagClassName
{
border-color: #3D2F18;
}
</style>