Shades of Mikado #3B360B
Tints of Mikado #3B360B
RGB
CMYK
RGB Variations
Color information
#3B360B (or 0x3B360B) is known color: Mikado. HEX triplet: 3B, 36 and 0B. RGB value is (59,54,11). Sum of RGB (Red+Green+Blue) = 59+54+11=124 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.58% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 59 - color contains mainly: red. Hex color #3B360B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B360B is #C4C9F4. Grayscale: #323232. Windows color (decimal): -12896757 or 734779. OLE color: 734779.
HSL color Cylindrical-coordinate representation of color #3B360B: hue angle of 53.75º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B360B is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 54 | 11 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.77 |
| HSL | 53.75º | 0.69% | 0.14% | - |
| HSV(B) | 53.75º | 0.81% | 0.23% | - |
| XYZ | 3.18 | 3.59 | 0.84 | - |
| YUV | 50.59 | 105.66 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 54 | 11 | 0 | 0.08 | 0.81 | 0.77 | 53.75 | 0.69 | 0.14 |
| Hex | 3B | 36 | B | 0 | 8 | 51 | 4D | 36 | 45 | E |
| Octal | 73 | 66 | 13 | 0 | 10 | 121 | 115 | 66 | 105 | 16 |
| Binary | 111011 | 110110 | 1011 | 0 | 1000 | 1010001 | 1001101 | 110110 | 1000101 | 1110 |
Color Harmonies of #3B360B
Complementary color
Monochromatic Colors of #3B360B
Black with #3B360B
Text Example
Text Example
White with #3B360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B360B; }
p { color: rgb(59,54,11); }
H1.HeaderClassName
{
color: #3B360B;
}
.AnyTagClassName
{
color: #3B360B;
}
</style>
background-color css
<style>
a { background-color: #3B360B; }
a { background-color: rgb(59,54,11); }
div.DivClassName
{
background-color: #3B360B;
}
.BgClassName
{
background-color: #3B360B;
}
</style>
border-color css
<style>
span { border-color: #3B360B; }
span { border-color: rgb(59,54,11); }
td.TdClassName
{
border-color: #3B360B;
}
.TagClassName
{
border-color: #3B360B;
}
</style>