Shades of Mikado #3F381E
Tints of Mikado #3F381E
RGB
CMYK
RGB Variations
Color information
#3F381E (or 0x3F381E) is known color: Mikado. HEX triplet: 3F, 38 and 1E. RGB value is (63,56,30). Sum of RGB (Red+Green+Blue) = 63+56+30=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 63 - color contains mainly: red. Hex color #3F381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F381E is #C0C7E1. Grayscale: #373737. Windows color (decimal): -12634082 or 1980479. OLE color: 1980479.
HSL color Cylindrical-coordinate representation of color #3F381E: hue angle of 47.27º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F381E is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 56 | 30 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.75 |
| HSL | 47.27º | 0.35% | 0.18% | - |
| HSV(B) | 47.27º | 0.52% | 0.25% | - |
| XYZ | 3.7 | 3.98 | 1.8 | - |
| YUV | 55.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 30 | 0 | 0.11 | 0.52 | 0.75 | 47.27 | 0.35 | 0.18 |
| Hex | 3F | 38 | 1E | 0 | B | 34 | 4B | 2F | 23 | 12 |
| Octal | 77 | 70 | 36 | 0 | 13 | 64 | 113 | 57 | 43 | 22 |
| Binary | 111111 | 111000 | 11110 | 0 | 1011 | 110100 | 1001011 | 101111 | 100011 | 10010 |
Color Harmonies of #3F381E
Complementary color
Monochromatic Colors of #3F381E
Black with #3F381E
Text Example
Text Example
White with #3F381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F381E; }
p { color: rgb(63,56,30); }
H1.HeaderClassName
{
color: #3F381E;
}
.AnyTagClassName
{
color: #3F381E;
}
</style>
background-color css
<style>
a { background-color: #3F381E; }
a { background-color: rgb(63,56,30); }
div.DivClassName
{
background-color: #3F381E;
}
.BgClassName
{
background-color: #3F381E;
}
</style>
border-color css
<style>
span { border-color: #3F381E; }
span { border-color: rgb(63,56,30); }
td.TdClassName
{
border-color: #3F381E;
}
.TagClassName
{
border-color: #3F381E;
}
</style>