Shades of Mikado #3F361F
Tints of Mikado #3F361F
RGB
CMYK
RGB Variations
Color information
#3F361F (or 0x3F361F) is known color: Mikado. HEX triplet: 3F, 36 and 1F. RGB value is (63,54,31). Sum of RGB (Red+Green+Blue) = 63+54+31=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 63 - color contains mainly: red. Hex color #3F361F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F361F is #C0C9E0. Grayscale: #363636. Windows color (decimal): -12634593 or 2045503. OLE color: 2045503.
HSL color Cylindrical-coordinate representation of color #3F361F: hue angle of 43.12º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F361F is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 54 | 31 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.75 |
| HSL | 43.13º | 0.34% | 0.18% | - |
| HSV(B) | 43.13º | 0.51% | 0.25% | - |
| XYZ | 3.62 | 3.79 | 1.84 | - |
| YUV | 54.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 31 | 0 | 0.14 | 0.51 | 0.75 | 43.13 | 0.34 | 0.18 |
| Hex | 3F | 36 | 1F | 0 | E | 33 | 4B | 2B | 22 | 12 |
| Octal | 77 | 66 | 37 | 0 | 16 | 63 | 113 | 53 | 42 | 22 |
| Binary | 111111 | 110110 | 11111 | 0 | 1110 | 110011 | 1001011 | 101011 | 100010 | 10010 |
Color Harmonies of #3F361F
Complementary color
Monochromatic Colors of #3F361F
Black with #3F361F
Text Example
Text Example
White with #3F361F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F361F; }
p { color: rgb(63,54,31); }
H1.HeaderClassName
{
color: #3F361F;
}
.AnyTagClassName
{
color: #3F361F;
}
</style>
background-color css
<style>
a { background-color: #3F361F; }
a { background-color: rgb(63,54,31); }
div.DivClassName
{
background-color: #3F361F;
}
.BgClassName
{
background-color: #3F361F;
}
</style>
border-color css
<style>
span { border-color: #3F361F; }
span { border-color: rgb(63,54,31); }
td.TdClassName
{
border-color: #3F361F;
}
.TagClassName
{
border-color: #3F361F;
}
</style>