Shades of Mikado #3F2F01
Tints of Mikado #3F2F01
RGB
CMYK
RGB Variations
Color information
#3F2F01 (or 0x3F2F01) is known color: Mikado. HEX triplet: 3F, 2F and 01. RGB value is (63,47,1). Sum of RGB (Red+Green+Blue) = 63+47+1=111 (14% of max value = 765). Red value is 63 (25% from 255 or 56.76% from 111); Green value is 47 (18.75% from 255 or 42.34% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2F01 is #C0D0FE. Grayscale: #2E2E2E. Windows color (decimal): -12636415 or 77631. OLE color: 77631.
HSL color Cylindrical-coordinate representation of color #3F2F01: hue angle of 44.52º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F2F01 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 47 | 1 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.75 |
| HSL | 44.52º | 0.97% | 0.13% | - |
| HSV(B) | 44.52º | 0.98% | 0.25% | - |
| XYZ | 3.07 | 3.09 | 0.46 | - |
| YUV | 46.54 | 102.3 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 47 | 1 | 0 | 0.25 | 0.98 | 0.75 | 44.52 | 0.97 | 0.13 |
| Hex | 3F | 2F | 1 | 0 | 19 | 62 | 4B | 2D | 61 | D |
| Octal | 77 | 57 | 1 | 0 | 31 | 142 | 113 | 55 | 141 | 15 |
| Binary | 111111 | 101111 | 1 | 0 | 11001 | 1100010 | 1001011 | 101101 | 1100001 | 1101 |
Color Harmonies of #3F2F01
Complementary color
Monochromatic Colors of #3F2F01
Black with #3F2F01
Text Example
Text Example
White with #3F2F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2F01; }
p { color: rgb(63,47,1); }
H1.HeaderClassName
{
color: #3F2F01;
}
.AnyTagClassName
{
color: #3F2F01;
}
</style>
background-color css
<style>
a { background-color: #3F2F01; }
a { background-color: rgb(63,47,1); }
div.DivClassName
{
background-color: #3F2F01;
}
.BgClassName
{
background-color: #3F2F01;
}
</style>
border-color css
<style>
span { border-color: #3F2F01; }
span { border-color: rgb(63,47,1); }
td.TdClassName
{
border-color: #3F2F01;
}
.TagClassName
{
border-color: #3F2F01;
}
</style>