Shades of Mikado #3F2E03
Tints of Mikado #3F2E03
RGB
CMYK
RGB Variations
Color information
#3F2E03 (or 0x3F2E03) is known color: Mikado. HEX triplet: 3F, 2E and 03. RGB value is (63,46,3). Sum of RGB (Red+Green+Blue) = 63+46+3=112 (14% of max value = 765). Red value is 63 (25% from 255 or 56.25% from 112); Green value is 46 (18.36% from 255 or 41.07% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2E03 is #C0D1FC. Grayscale: #2E2E2E. Windows color (decimal): -12636669 or 208447. OLE color: 208447.
HSL color Cylindrical-coordinate representation of color #3F2E03: hue angle of 43º 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 #3F2E03 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 46 | 3 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.75 |
| HSL | 43º | 0.91% | 0.13% | - |
| HSV(B) | 43º | 0.95% | 0.25% | - |
| XYZ | 3.04 | 3.02 | 0.51 | - |
| YUV | 46.18 | 103.63 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 46 | 3 | 0 | 0.27 | 0.95 | 0.75 | 43 | 0.91 | 0.13 |
| Hex | 3F | 2E | 3 | 0 | 1B | 5F | 4B | 2B | 5B | D |
| Octal | 77 | 56 | 3 | 0 | 33 | 137 | 113 | 53 | 133 | 15 |
| Binary | 111111 | 101110 | 11 | 0 | 11011 | 1011111 | 1001011 | 101011 | 1011011 | 1101 |
Color Harmonies of #3F2E03
Complementary color
Monochromatic Colors of #3F2E03
Black with #3F2E03
Text Example
Text Example
White with #3F2E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2E03; }
p { color: rgb(63,46,3); }
H1.HeaderClassName
{
color: #3F2E03;
}
.AnyTagClassName
{
color: #3F2E03;
}
</style>
background-color css
<style>
a { background-color: #3F2E03; }
a { background-color: rgb(63,46,3); }
div.DivClassName
{
background-color: #3F2E03;
}
.BgClassName
{
background-color: #3F2E03;
}
</style>
border-color css
<style>
span { border-color: #3F2E03; }
span { border-color: rgb(63,46,3); }
td.TdClassName
{
border-color: #3F2E03;
}
.TagClassName
{
border-color: #3F2E03;
}
</style>