Shades of Mikado #3B340D
Tints of Mikado #3B340D
RGB
CMYK
RGB Variations
Color information
#3B340D (or 0x3B340D) is known color: Mikado. HEX triplet: 3B, 34 and 0D. RGB value is (59,52,13). Sum of RGB (Red+Green+Blue) = 59+52+13=124 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.58% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 59 - color contains mainly: red. Hex color #3B340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B340D is #C4CBF2. Grayscale: #313131. Windows color (decimal): -12897267 or 865339. OLE color: 865339.
HSL color Cylindrical-coordinate representation of color #3B340D: hue angle of 50.87º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B340D is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 52 | 13 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.77 |
| HSL | 50.87º | 0.64% | 0.14% | - |
| HSV(B) | 50.87º | 0.78% | 0.23% | - |
| XYZ | 3.1 | 3.41 | 0.88 | - |
| YUV | 49.65 | 107.32 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 52 | 13 | 0 | 0.12 | 0.78 | 0.77 | 50.87 | 0.64 | 0.14 |
| Hex | 3B | 34 | D | 0 | C | 4E | 4D | 33 | 40 | E |
| Octal | 73 | 64 | 15 | 0 | 14 | 116 | 115 | 63 | 100 | 16 |
| Binary | 111011 | 110100 | 1101 | 0 | 1100 | 1001110 | 1001101 | 110011 | 1000000 | 1110 |
Color Harmonies of #3B340D
Complementary color
Monochromatic Colors of #3B340D
Black with #3B340D
Text Example
Text Example
White with #3B340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B340D; }
p { color: rgb(59,52,13); }
H1.HeaderClassName
{
color: #3B340D;
}
.AnyTagClassName
{
color: #3B340D;
}
</style>
background-color css
<style>
a { background-color: #3B340D; }
a { background-color: rgb(59,52,13); }
div.DivClassName
{
background-color: #3B340D;
}
.BgClassName
{
background-color: #3B340D;
}
</style>
border-color css
<style>
span { border-color: #3B340D; }
span { border-color: rgb(59,52,13); }
td.TdClassName
{
border-color: #3B340D;
}
.TagClassName
{
border-color: #3B340D;
}
</style>