Shades of Mikado #3F2F00
Tints of Mikado #3F2F00
RGB
CMYK
RGB Variations
Color information
#3F2F00 (or 0x3F2F00) is known color: Mikado. HEX triplet: 3F, 2F and 00. RGB value is (63,47,0). Sum of RGB (Red+Green+Blue) = 63+47+0=110 (14% of max value = 765). Red value is 63 (25% from 255 or 57.27% from 110); Green value is 47 (18.75% from 255 or 42.73% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2F00 is #C0D0FF. Grayscale: #2E2E2E. Windows color (decimal): -12636416 or 12095. OLE color: 12095.
HSL color Cylindrical-coordinate representation of color #3F2F00: hue angle of 44.76º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F2F00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 47 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.75 |
| HSL | 44.76º | 1% | 0.12% | - |
| HSV(B) | 44.76º | 1% | 0.25% | - |
| XYZ | 3.07 | 3.09 | 0.43 | - |
| YUV | 46.43 | 101.8 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 47 | 0 | 0 | 0.25 | 1 | 0.75 | 44.76 | 1 | 0.12 |
| Hex | 3F | 2F | 0 | 0 | 19 | 64 | 4B | 2D | 64 | C |
| Octal | 77 | 57 | 0 | 0 | 31 | 144 | 113 | 55 | 144 | 14 |
| Binary | 111111 | 101111 | 0 | 0 | 11001 | 1100100 | 1001011 | 101101 | 1100100 | 1100 |
Color Harmonies of #3F2F00
Complementary color
Monochromatic Colors of #3F2F00
Black with #3F2F00
Text Example
Text Example
White with #3F2F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2F00; }
p { color: rgb(63,47,0); }
H1.HeaderClassName
{
color: #3F2F00;
}
.AnyTagClassName
{
color: #3F2F00;
}
</style>
background-color css
<style>
a { background-color: #3F2F00; }
a { background-color: rgb(63,47,0); }
div.DivClassName
{
background-color: #3F2F00;
}
.BgClassName
{
background-color: #3F2F00;
}
</style>
border-color css
<style>
span { border-color: #3F2F00; }
span { border-color: rgb(63,47,0); }
td.TdClassName
{
border-color: #3F2F00;
}
.TagClassName
{
border-color: #3F2F00;
}
</style>