Shades of Mikado #3F3103
Tints of Mikado #3F3103
RGB
CMYK
RGB Variations
Color information
#3F3103 (or 0x3F3103) is known color: Mikado. HEX triplet: 3F, 31 and 03. RGB value is (63,49,3). Sum of RGB (Red+Green+Blue) = 63+49+3=115 (15% of max value = 765). Red value is 63 (25% from 255 or 54.78% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3103 is #C0CEFC. Grayscale: #303030. Windows color (decimal): -12635901 or 209215. OLE color: 209215.
HSL color Cylindrical-coordinate representation of color #3F3103: hue angle of 46º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F3103 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 49 | 3 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.75 |
| HSL | 46º | 0.91% | 0.13% | - |
| HSV(B) | 46º | 0.95% | 0.25% | - |
| XYZ | 3.16 | 3.26 | 0.55 | - |
| YUV | 47.94 | 102.64 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 3 | 0 | 0.22 | 0.95 | 0.75 | 46 | 0.91 | 0.13 |
| Hex | 3F | 31 | 3 | 0 | 16 | 5F | 4B | 2E | 5B | D |
| Octal | 77 | 61 | 3 | 0 | 26 | 137 | 113 | 56 | 133 | 15 |
| Binary | 111111 | 110001 | 11 | 0 | 10110 | 1011111 | 1001011 | 101110 | 1011011 | 1101 |
Color Harmonies of #3F3103
Complementary color
Monochromatic Colors of #3F3103
Black with #3F3103
Text Example
Text Example
White with #3F3103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3103; }
p { color: rgb(63,49,3); }
H1.HeaderClassName
{
color: #3F3103;
}
.AnyTagClassName
{
color: #3F3103;
}
</style>
background-color css
<style>
a { background-color: #3F3103; }
a { background-color: rgb(63,49,3); }
div.DivClassName
{
background-color: #3F3103;
}
.BgClassName
{
background-color: #3F3103;
}
</style>
border-color css
<style>
span { border-color: #3F3103; }
span { border-color: rgb(63,49,3); }
td.TdClassName
{
border-color: #3F3103;
}
.TagClassName
{
border-color: #3F3103;
}
</style>