Shades of Mikado #3B3001
Tints of Mikado #3B3001
RGB
CMYK
RGB Variations
Color information
#3B3001 (or 0x3B3001) is known color: Mikado. HEX triplet: 3B, 30 and 01. RGB value is (59,48,1). Sum of RGB (Red+Green+Blue) = 59+48+1=108 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.63% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3001 is #C4CFFE. Grayscale: #2E2E2E. Windows color (decimal): -12898303 or 77883. OLE color: 77883.
HSL color Cylindrical-coordinate representation of color #3B3001: hue angle of 48.62º 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 #3B3001 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 48 | 1 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.77 |
| HSL | 48.62º | 0.97% | 0.12% | - |
| HSV(B) | 48.62º | 0.98% | 0.23% | - |
| XYZ | 2.87 | 3.05 | 0.47 | - |
| YUV | 45.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 48 | 1 | 0 | 0.19 | 0.98 | 0.77 | 48.62 | 0.97 | 0.12 |
| Hex | 3B | 30 | 1 | 0 | 13 | 62 | 4D | 31 | 61 | C |
| Octal | 73 | 60 | 1 | 0 | 23 | 142 | 115 | 61 | 141 | 14 |
| Binary | 111011 | 110000 | 1 | 0 | 10011 | 1100010 | 1001101 | 110001 | 1100001 | 1100 |
Color Harmonies of #3B3001
Complementary color
Monochromatic Colors of #3B3001
Black with #3B3001
Text Example
Text Example
White with #3B3001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3001; }
p { color: rgb(59,48,1); }
H1.HeaderClassName
{
color: #3B3001;
}
.AnyTagClassName
{
color: #3B3001;
}
</style>
background-color css
<style>
a { background-color: #3B3001; }
a { background-color: rgb(59,48,1); }
div.DivClassName
{
background-color: #3B3001;
}
.BgClassName
{
background-color: #3B3001;
}
</style>
border-color css
<style>
span { border-color: #3B3001; }
span { border-color: rgb(59,48,1); }
td.TdClassName
{
border-color: #3B3001;
}
.TagClassName
{
border-color: #3B3001;
}
</style>