Shades of Mikado #3F320B
Tints of Mikado #3F320B
RGB
CMYK
RGB Variations
Color information
#3F320B (or 0x3F320B) is known color: Mikado. HEX triplet: 3F, 32 and 0B. RGB value is (63,50,11). Sum of RGB (Red+Green+Blue) = 63+50+11=124 (16% of max value = 765). Red value is 63 (25% from 255 or 50.81% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 63 - color contains mainly: red. Hex color #3F320B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F320B is #C0CDF4. Grayscale: #313131. Windows color (decimal): -12635637 or 733759. OLE color: 733759.
HSL color Cylindrical-coordinate representation of color #3F320B: hue angle of 45º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F320B is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 50 | 11 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.75 |
| HSL | 45º | 0.7% | 0.15% | - |
| HSV(B) | 45º | 0.83% | 0.25% | - |
| XYZ | 3.25 | 3.36 | 0.79 | - |
| YUV | 49.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 11 | 0 | 0.21 | 0.83 | 0.75 | 45 | 0.7 | 0.15 |
| Hex | 3F | 32 | B | 0 | 15 | 53 | 4B | 2D | 46 | F |
| Octal | 77 | 62 | 13 | 0 | 25 | 123 | 113 | 55 | 106 | 17 |
| Binary | 111111 | 110010 | 1011 | 0 | 10101 | 1010011 | 1001011 | 101101 | 1000110 | 1111 |
Color Harmonies of #3F320B
Complementary color
Monochromatic Colors of #3F320B
Black with #3F320B
Text Example
Text Example
White with #3F320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F320B; }
p { color: rgb(63,50,11); }
H1.HeaderClassName
{
color: #3F320B;
}
.AnyTagClassName
{
color: #3F320B;
}
</style>
background-color css
<style>
a { background-color: #3F320B; }
a { background-color: rgb(63,50,11); }
div.DivClassName
{
background-color: #3F320B;
}
.BgClassName
{
background-color: #3F320B;
}
</style>
border-color css
<style>
span { border-color: #3F320B; }
span { border-color: rgb(63,50,11); }
td.TdClassName
{
border-color: #3F320B;
}
.TagClassName
{
border-color: #3F320B;
}
</style>