Shades of Mikado #3F3000
Tints of Mikado #3F3000
RGB
CMYK
RGB Variations
Color information
#3F3000 (or 0x3F3000) is known color: Mikado. HEX triplet: 3F, 30 and 00. RGB value is (63,48,0). Sum of RGB (Red+Green+Blue) = 63+48+0=111 (14% of max value = 765). Red value is 63 (25% from 255 or 56.76% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3000 is #C0CFFF. Grayscale: #2F2F2F. Windows color (decimal): -12636160 or 12351. OLE color: 12351.
HSL color Cylindrical-coordinate representation of color #3F3000: hue angle of 45.71º 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 #3F3000 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 48 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.75 |
| HSL | 45.71º | 1% | 0.12% | - |
| HSV(B) | 45.71º | 1% | 0.25% | - |
| XYZ | 3.11 | 3.17 | 0.45 | - |
| YUV | 47.01 | 101.47 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 0 | 0 | 0.24 | 1 | 0.75 | 45.71 | 1 | 0.12 |
| Hex | 3F | 30 | 0 | 0 | 18 | 64 | 4B | 2E | 64 | C |
| Octal | 77 | 60 | 0 | 0 | 30 | 144 | 113 | 56 | 144 | 14 |
| Binary | 111111 | 110000 | 0 | 0 | 11000 | 1100100 | 1001011 | 101110 | 1100100 | 1100 |
Color Harmonies of #3F3000
Complementary color
Monochromatic Colors of #3F3000
Black with #3F3000
Text Example
Text Example
White with #3F3000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3000; }
p { color: rgb(63,48,0); }
H1.HeaderClassName
{
color: #3F3000;
}
.AnyTagClassName
{
color: #3F3000;
}
</style>
background-color css
<style>
a { background-color: #3F3000; }
a { background-color: rgb(63,48,0); }
div.DivClassName
{
background-color: #3F3000;
}
.BgClassName
{
background-color: #3F3000;
}
</style>
border-color css
<style>
span { border-color: #3F3000; }
span { border-color: rgb(63,48,0); }
td.TdClassName
{
border-color: #3F3000;
}
.TagClassName
{
border-color: #3F3000;
}
</style>