Shades of Mikado #3F350C
Tints of Mikado #3F350C
RGB
CMYK
RGB Variations
Color information
#3F350C (or 0x3F350C) is known color: Mikado. HEX triplet: 3F, 35 and 0C. RGB value is (63,53,12). Sum of RGB (Red+Green+Blue) = 63+53+12=128 (16% of max value = 765). Red value is 63 (25% from 255 or 49.22% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 63 - color contains mainly: red. Hex color #3F350C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F350C is #C0CAF3. Grayscale: #333333. Windows color (decimal): -12634868 or 800063. OLE color: 800063.
HSL color Cylindrical-coordinate representation of color #3F350C: hue angle of 48.24º 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 #3F350C is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 53 | 12 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.75 |
| HSL | 48.24º | 0.68% | 0.15% | - |
| HSV(B) | 48.24º | 0.81% | 0.25% | - |
| XYZ | 3.39 | 3.63 | 0.87 | - |
| YUV | 51.32 | 105.81 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 53 | 12 | 0 | 0.16 | 0.81 | 0.75 | 48.24 | 0.68 | 0.15 |
| Hex | 3F | 35 | C | 0 | 10 | 51 | 4B | 30 | 44 | F |
| Octal | 77 | 65 | 14 | 0 | 20 | 121 | 113 | 60 | 104 | 17 |
| Binary | 111111 | 110101 | 1100 | 0 | 10000 | 1010001 | 1001011 | 110000 | 1000100 | 1111 |
Color Harmonies of #3F350C
Complementary color
Monochromatic Colors of #3F350C
Black with #3F350C
Text Example
Text Example
White with #3F350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F350C; }
p { color: rgb(63,53,12); }
H1.HeaderClassName
{
color: #3F350C;
}
.AnyTagClassName
{
color: #3F350C;
}
</style>
background-color css
<style>
a { background-color: #3F350C; }
a { background-color: rgb(63,53,12); }
div.DivClassName
{
background-color: #3F350C;
}
.BgClassName
{
background-color: #3F350C;
}
</style>
border-color css
<style>
span { border-color: #3F350C; }
span { border-color: rgb(63,53,12); }
td.TdClassName
{
border-color: #3F350C;
}
.TagClassName
{
border-color: #3F350C;
}
</style>