Shades of Mikado #3F300C
Tints of Mikado #3F300C
RGB
CMYK
RGB Variations
Color information
#3F300C (or 0x3F300C) is known color: Mikado. HEX triplet: 3F, 30 and 0C. RGB value is (63,48,12). Sum of RGB (Red+Green+Blue) = 63+48+12=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F300C is #C0CFF3. Grayscale: #303030. Windows color (decimal): -12636148 or 798783. OLE color: 798783.
HSL color Cylindrical-coordinate representation of color #3F300C: hue angle of 42.35º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F300C is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 48 | 12 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.75 |
| HSL | 42.35º | 0.68% | 0.15% | - |
| HSV(B) | 42.35º | 0.81% | 0.25% | - |
| XYZ | 3.17 | 3.2 | 0.8 | - |
| YUV | 48.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 12 | 0 | 0.24 | 0.81 | 0.75 | 42.35 | 0.68 | 0.15 |
| Hex | 3F | 30 | C | 0 | 18 | 51 | 4B | 2A | 44 | F |
| Octal | 77 | 60 | 14 | 0 | 30 | 121 | 113 | 52 | 104 | 17 |
| Binary | 111111 | 110000 | 1100 | 0 | 11000 | 1010001 | 1001011 | 101010 | 1000100 | 1111 |
Color Harmonies of #3F300C
Complementary color
Monochromatic Colors of #3F300C
Black with #3F300C
Text Example
Text Example
White with #3F300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F300C; }
p { color: rgb(63,48,12); }
H1.HeaderClassName
{
color: #3F300C;
}
.AnyTagClassName
{
color: #3F300C;
}
</style>
background-color css
<style>
a { background-color: #3F300C; }
a { background-color: rgb(63,48,12); }
div.DivClassName
{
background-color: #3F300C;
}
.BgClassName
{
background-color: #3F300C;
}
</style>
border-color css
<style>
span { border-color: #3F300C; }
span { border-color: rgb(63,48,12); }
td.TdClassName
{
border-color: #3F300C;
}
.TagClassName
{
border-color: #3F300C;
}
</style>