Shades of Mikado #3F341D
Tints of Mikado #3F341D
RGB
CMYK
RGB Variations
Color information
#3F341D (or 0x3F341D) is known color: Mikado. HEX triplet: 3F, 34 and 1D. RGB value is (63,52,29). Sum of RGB (Red+Green+Blue) = 63+52+29=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 63 - color contains mainly: red. Hex color #3F341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F341D is #C0CBE2. Grayscale: #343434. Windows color (decimal): -12635107 or 1913919. OLE color: 1913919.
HSL color Cylindrical-coordinate representation of color #3F341D: hue angle of 40.59º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F341D is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 52 | 29 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.75 |
| HSL | 40.59º | 0.37% | 0.18% | - |
| HSV(B) | 40.59º | 0.54% | 0.25% | - |
| XYZ | 3.5 | 3.6 | 1.67 | - |
| YUV | 52.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 29 | 0 | 0.17 | 0.54 | 0.75 | 40.59 | 0.37 | 0.18 |
| Hex | 3F | 34 | 1D | 0 | 11 | 36 | 4B | 29 | 25 | 12 |
| Octal | 77 | 64 | 35 | 0 | 21 | 66 | 113 | 51 | 45 | 22 |
| Binary | 111111 | 110100 | 11101 | 0 | 10001 | 110110 | 1001011 | 101001 | 100101 | 10010 |
Color Harmonies of #3F341D
Complementary color
Monochromatic Colors of #3F341D
Black with #3F341D
Text Example
Text Example
White with #3F341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F341D; }
p { color: rgb(63,52,29); }
H1.HeaderClassName
{
color: #3F341D;
}
.AnyTagClassName
{
color: #3F341D;
}
</style>
background-color css
<style>
a { background-color: #3F341D; }
a { background-color: rgb(63,52,29); }
div.DivClassName
{
background-color: #3F341D;
}
.BgClassName
{
background-color: #3F341D;
}
</style>
border-color css
<style>
span { border-color: #3F341D; }
span { border-color: rgb(63,52,29); }
td.TdClassName
{
border-color: #3F341D;
}
.TagClassName
{
border-color: #3F341D;
}
</style>