Shades of Mikado #3B3313
Tints of Mikado #3B3313
RGB
CMYK
RGB Variations
Color information
#3B3313 (or 0x3B3313) is known color: Mikado. HEX triplet: 3B, 33 and 13. RGB value is (59,51,19). Sum of RGB (Red+Green+Blue) = 59+51+19=129 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.74% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3313 is #C4CCEC. Grayscale: #313131. Windows color (decimal): -12897517 or 1258299. OLE color: 1258299.
HSL color Cylindrical-coordinate representation of color #3B3313: hue angle of 48º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B3313 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 51 | 19 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.77 |
| HSL | 48º | 0.51% | 0.15% | - |
| HSV(B) | 48º | 0.68% | 0.23% | - |
| XYZ | 3.11 | 3.34 | 1.1 | - |
| YUV | 49.74 | 110.65 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 51 | 19 | 0 | 0.14 | 0.68 | 0.77 | 48 | 0.51 | 0.15 |
| Hex | 3B | 33 | 13 | 0 | E | 44 | 4D | 30 | 33 | F |
| Octal | 73 | 63 | 23 | 0 | 16 | 104 | 115 | 60 | 63 | 17 |
| Binary | 111011 | 110011 | 10011 | 0 | 1110 | 1000100 | 1001101 | 110000 | 110011 | 1111 |
Color Harmonies of #3B3313
Complementary color
Monochromatic Colors of #3B3313
Black with #3B3313
Text Example
Text Example
White with #3B3313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3313; }
p { color: rgb(59,51,19); }
H1.HeaderClassName
{
color: #3B3313;
}
.AnyTagClassName
{
color: #3B3313;
}
</style>
background-color css
<style>
a { background-color: #3B3313; }
a { background-color: rgb(59,51,19); }
div.DivClassName
{
background-color: #3B3313;
}
.BgClassName
{
background-color: #3B3313;
}
</style>
border-color css
<style>
span { border-color: #3B3313; }
span { border-color: rgb(59,51,19); }
td.TdClassName
{
border-color: #3B3313;
}
.TagClassName
{
border-color: #3B3313;
}
</style>