Shades of Mikado #3F321D
Tints of Mikado #3F321D
RGB
CMYK
RGB Variations
Color information
#3F321D (or 0x3F321D) is known color: Mikado. HEX triplet: 3F, 32 and 1D. RGB value is (63,50,29). Sum of RGB (Red+Green+Blue) = 63+50+29=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F321D is #C0CDE2. Grayscale: #333333. Windows color (decimal): -12635619 or 1913407. OLE color: 1913407.
HSL color Cylindrical-coordinate representation of color #3F321D: hue angle of 37.06º 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 #3F321D is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 50 | 29 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.75 |
| HSL | 37.06º | 0.37% | 0.18% | - |
| HSV(B) | 37.06º | 0.54% | 0.25% | - |
| XYZ | 3.41 | 3.43 | 1.64 | - |
| YUV | 51.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 29 | 0 | 0.21 | 0.54 | 0.75 | 37.06 | 0.37 | 0.18 |
| Hex | 3F | 32 | 1D | 0 | 15 | 36 | 4B | 25 | 25 | 12 |
| Octal | 77 | 62 | 35 | 0 | 25 | 66 | 113 | 45 | 45 | 22 |
| Binary | 111111 | 110010 | 11101 | 0 | 10101 | 110110 | 1001011 | 100101 | 100101 | 10010 |
Color Harmonies of #3F321D
Complementary color
Monochromatic Colors of #3F321D
Black with #3F321D
Text Example
Text Example
White with #3F321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F321D; }
p { color: rgb(63,50,29); }
H1.HeaderClassName
{
color: #3F321D;
}
.AnyTagClassName
{
color: #3F321D;
}
</style>
background-color css
<style>
a { background-color: #3F321D; }
a { background-color: rgb(63,50,29); }
div.DivClassName
{
background-color: #3F321D;
}
.BgClassName
{
background-color: #3F321D;
}
</style>
border-color css
<style>
span { border-color: #3F321D; }
span { border-color: rgb(63,50,29); }
td.TdClassName
{
border-color: #3F321D;
}
.TagClassName
{
border-color: #3F321D;
}
</style>