Shades of Mikado #3B331B
Tints of Mikado #3B331B
RGB
CMYK
RGB Variations
Color information
#3B331B (or 0x3B331B) is known color: Mikado. HEX triplet: 3B, 33 and 1B. RGB value is (59,51,27). Sum of RGB (Red+Green+Blue) = 59+51+27=137 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.07% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 59 - color contains mainly: red. Hex color #3B331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B331B is #C4CCE4. Grayscale: #323232. Windows color (decimal): -12897509 or 1782587. OLE color: 1782587.
HSL color Cylindrical-coordinate representation of color #3B331B: hue angle of 45º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B331B is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 51 | 27 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.77 |
| HSL | 45º | 0.37% | 0.17% | - |
| HSV(B) | 45º | 0.54% | 0.23% | - |
| XYZ | 3.19 | 3.38 | 1.52 | - |
| YUV | 50.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 51 | 27 | 0 | 0.14 | 0.54 | 0.77 | 45 | 0.37 | 0.17 |
| Hex | 3B | 33 | 1B | 0 | E | 36 | 4D | 2D | 25 | 11 |
| Octal | 73 | 63 | 33 | 0 | 16 | 66 | 115 | 55 | 45 | 21 |
| Binary | 111011 | 110011 | 11011 | 0 | 1110 | 110110 | 1001101 | 101101 | 100101 | 10001 |
Color Harmonies of #3B331B
Complementary color
Monochromatic Colors of #3B331B
Black with #3B331B
Text Example
Text Example
White with #3B331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B331B; }
p { color: rgb(59,51,27); }
H1.HeaderClassName
{
color: #3B331B;
}
.AnyTagClassName
{
color: #3B331B;
}
</style>
background-color css
<style>
a { background-color: #3B331B; }
a { background-color: rgb(59,51,27); }
div.DivClassName
{
background-color: #3B331B;
}
.BgClassName
{
background-color: #3B331B;
}
</style>
border-color css
<style>
span { border-color: #3B331B; }
span { border-color: rgb(59,51,27); }
td.TdClassName
{
border-color: #3B331B;
}
.TagClassName
{
border-color: #3B331B;
}
</style>