Shades of Mikado #3F3301
Tints of Mikado #3F3301
RGB
CMYK
RGB Variations
Color information
#3F3301 (or 0x3F3301) is known color: Mikado. HEX triplet: 3F, 33 and 01. RGB value is (63,51,1). Sum of RGB (Red+Green+Blue) = 63+51+1=115 (15% of max value = 765). Red value is 63 (25% from 255 or 54.78% from 115); Green value is 51 (20.31% from 255 or 44.35% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3301 is #C0CCFE. Grayscale: #313131. Windows color (decimal): -12635391 or 78655. OLE color: 78655.
HSL color Cylindrical-coordinate representation of color #3F3301: hue angle of 48.39º 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 #3F3301 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 51 | 1 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.75 |
| HSL | 48.39º | 0.97% | 0.13% | - |
| HSV(B) | 48.39º | 0.98% | 0.25% | - |
| XYZ | 3.24 | 3.43 | 0.52 | - |
| YUV | 48.89 | 100.98 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 51 | 1 | 0 | 0.19 | 0.98 | 0.75 | 48.39 | 0.97 | 0.13 |
| Hex | 3F | 33 | 1 | 0 | 13 | 62 | 4B | 30 | 61 | D |
| Octal | 77 | 63 | 1 | 0 | 23 | 142 | 113 | 60 | 141 | 15 |
| Binary | 111111 | 110011 | 1 | 0 | 10011 | 1100010 | 1001011 | 110000 | 1100001 | 1101 |
Color Harmonies of #3F3301
Complementary color
Monochromatic Colors of #3F3301
Black with #3F3301
Text Example
Text Example
White with #3F3301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3301; }
p { color: rgb(63,51,1); }
H1.HeaderClassName
{
color: #3F3301;
}
.AnyTagClassName
{
color: #3F3301;
}
</style>
background-color css
<style>
a { background-color: #3F3301; }
a { background-color: rgb(63,51,1); }
div.DivClassName
{
background-color: #3F3301;
}
.BgClassName
{
background-color: #3F3301;
}
</style>
border-color css
<style>
span { border-color: #3F3301; }
span { border-color: rgb(63,51,1); }
td.TdClassName
{
border-color: #3F3301;
}
.TagClassName
{
border-color: #3F3301;
}
</style>