Shades of Mikado #3F331B
Tints of Mikado #3F331B
RGB
CMYK
RGB Variations
Color information
#3F331B (or 0x3F331B) is known color: Mikado. HEX triplet: 3F, 33 and 1B. RGB value is (63,51,27). Sum of RGB (Red+Green+Blue) = 63+51+27=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 63 - color contains mainly: red. Hex color #3F331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F331B is #C0CCE4. Grayscale: #333333. Windows color (decimal): -12635365 or 1782591. OLE color: 1782591.
HSL color Cylindrical-coordinate representation of color #3F331B: hue angle of 40º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F331B is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 51 | 27 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.75 |
| HSL | 40º | 0.4% | 0.18% | - |
| HSV(B) | 40º | 0.57% | 0.25% | - |
| XYZ | 3.43 | 3.5 | 1.53 | - |
| YUV | 51.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 51 | 27 | 0 | 0.19 | 0.57 | 0.75 | 40 | 0.4 | 0.18 |
| Hex | 3F | 33 | 1B | 0 | 13 | 39 | 4B | 28 | 28 | 12 |
| Octal | 77 | 63 | 33 | 0 | 23 | 71 | 113 | 50 | 50 | 22 |
| Binary | 111111 | 110011 | 11011 | 0 | 10011 | 111001 | 1001011 | 101000 | 101000 | 10010 |
Color Harmonies of #3F331B
Complementary color
Monochromatic Colors of #3F331B
Black with #3F331B
Text Example
Text Example
White with #3F331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F331B; }
p { color: rgb(63,51,27); }
H1.HeaderClassName
{
color: #3F331B;
}
.AnyTagClassName
{
color: #3F331B;
}
</style>
background-color css
<style>
a { background-color: #3F331B; }
a { background-color: rgb(63,51,27); }
div.DivClassName
{
background-color: #3F331B;
}
.BgClassName
{
background-color: #3F331B;
}
</style>
border-color css
<style>
span { border-color: #3F331B; }
span { border-color: rgb(63,51,27); }
td.TdClassName
{
border-color: #3F331B;
}
.TagClassName
{
border-color: #3F331B;
}
</style>