Shades of Mikado #3B300D
Tints of Mikado #3B300D
RGB
CMYK
RGB Variations
Color information
#3B300D (or 0x3B300D) is known color: Mikado. HEX triplet: 3B, 30 and 0D. RGB value is (59,48,13). Sum of RGB (Red+Green+Blue) = 59+48+13=120 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.17% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 59 - color contains mainly: red. Hex color #3B300D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B300D is #C4CFF2. Grayscale: #2F2F2F. Windows color (decimal): -12898291 or 864315. OLE color: 864315.
HSL color Cylindrical-coordinate representation of color #3B300D: hue angle of 45.65º 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 #3B300D is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 48 | 13 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.77 |
| HSL | 45.65º | 0.64% | 0.14% | - |
| HSV(B) | 45.65º | 0.78% | 0.23% | - |
| XYZ | 2.93 | 3.07 | 0.82 | - |
| YUV | 47.3 | 108.64 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 48 | 13 | 0 | 0.19 | 0.78 | 0.77 | 45.65 | 0.64 | 0.14 |
| Hex | 3B | 30 | D | 0 | 13 | 4E | 4D | 2E | 40 | E |
| Octal | 73 | 60 | 15 | 0 | 23 | 116 | 115 | 56 | 100 | 16 |
| Binary | 111011 | 110000 | 1101 | 0 | 10011 | 1001110 | 1001101 | 101110 | 1000000 | 1110 |
Color Harmonies of #3B300D
Complementary color
Monochromatic Colors of #3B300D
Black with #3B300D
Text Example
Text Example
White with #3B300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B300D; }
p { color: rgb(59,48,13); }
H1.HeaderClassName
{
color: #3B300D;
}
.AnyTagClassName
{
color: #3B300D;
}
</style>
background-color css
<style>
a { background-color: #3B300D; }
a { background-color: rgb(59,48,13); }
div.DivClassName
{
background-color: #3B300D;
}
.BgClassName
{
background-color: #3B300D;
}
</style>
border-color css
<style>
span { border-color: #3B300D; }
span { border-color: rgb(59,48,13); }
td.TdClassName
{
border-color: #3B300D;
}
.TagClassName
{
border-color: #3B300D;
}
</style>