Shades of Mikado #3B3301
Tints of Mikado #3B3301
RGB
CMYK
RGB Variations
Color information
#3B3301 (or 0x3B3301) is known color: Mikado. HEX triplet: 3B, 33 and 01. RGB value is (59,51,1). Sum of RGB (Red+Green+Blue) = 59+51+1=111 (14% of max value = 765). Red value is 59 (23.44% from 255 or 53.15% from 111); Green value is 51 (20.31% from 255 or 45.95% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3301 is #C4CCFE. Grayscale: #2F2F2F. Windows color (decimal): -12897535 or 78651. OLE color: 78651.
HSL color Cylindrical-coordinate representation of color #3B3301: hue angle of 51.72º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B3301 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 51 | 1 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.77 |
| HSL | 51.72º | 0.97% | 0.12% | - |
| HSV(B) | 51.72º | 0.98% | 0.23% | - |
| XYZ | 2.99 | 3.3 | 0.51 | - |
| YUV | 47.69 | 101.65 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 51 | 1 | 0 | 0.14 | 0.98 | 0.77 | 51.72 | 0.97 | 0.12 |
| Hex | 3B | 33 | 1 | 0 | E | 62 | 4D | 34 | 61 | C |
| Octal | 73 | 63 | 1 | 0 | 16 | 142 | 115 | 64 | 141 | 14 |
| Binary | 111011 | 110011 | 1 | 0 | 1110 | 1100010 | 1001101 | 110100 | 1100001 | 1100 |
Color Harmonies of #3B3301
Complementary color
Monochromatic Colors of #3B3301
Black with #3B3301
Text Example
Text Example
White with #3B3301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3301; }
p { color: rgb(59,51,1); }
H1.HeaderClassName
{
color: #3B3301;
}
.AnyTagClassName
{
color: #3B3301;
}
</style>
background-color css
<style>
a { background-color: #3B3301; }
a { background-color: rgb(59,51,1); }
div.DivClassName
{
background-color: #3B3301;
}
.BgClassName
{
background-color: #3B3301;
}
</style>
border-color css
<style>
span { border-color: #3B3301; }
span { border-color: rgb(59,51,1); }
td.TdClassName
{
border-color: #3B3301;
}
.TagClassName
{
border-color: #3B3301;
}
</style>