Shades of Mikado #3B2E03
Tints of Mikado #3B2E03
RGB
CMYK
RGB Variations
Color information
#3B2E03 (or 0x3B2E03) is known color: Mikado. HEX triplet: 3B, 2E and 03. RGB value is (59,46,3). Sum of RGB (Red+Green+Blue) = 59+46+3=108 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.63% from 108); Green value is 46 (18.36% from 255 or 42.59% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2E03 is #C4D1FC. Grayscale: #2D2D2D. Windows color (decimal): -12898813 or 208443. OLE color: 208443.
HSL color Cylindrical-coordinate representation of color #3B2E03: hue angle of 46.07º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B2E03 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 46 | 3 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.77 |
| HSL | 46.07º | 0.9% | 0.12% | - |
| HSV(B) | 46.07º | 0.95% | 0.23% | - |
| XYZ | 2.8 | 2.89 | 0.5 | - |
| YUV | 44.99 | 104.31 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 46 | 3 | 0 | 0.22 | 0.95 | 0.77 | 46.07 | 0.9 | 0.12 |
| Hex | 3B | 2E | 3 | 0 | 16 | 5F | 4D | 2E | 5A | C |
| Octal | 73 | 56 | 3 | 0 | 26 | 137 | 115 | 56 | 132 | 14 |
| Binary | 111011 | 101110 | 11 | 0 | 10110 | 1011111 | 1001101 | 101110 | 1011010 | 1100 |
Color Harmonies of #3B2E03
Complementary color
Monochromatic Colors of #3B2E03
Black with #3B2E03
Text Example
Text Example
White with #3B2E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2E03; }
p { color: rgb(59,46,3); }
H1.HeaderClassName
{
color: #3B2E03;
}
.AnyTagClassName
{
color: #3B2E03;
}
</style>
background-color css
<style>
a { background-color: #3B2E03; }
a { background-color: rgb(59,46,3); }
div.DivClassName
{
background-color: #3B2E03;
}
.BgClassName
{
background-color: #3B2E03;
}
</style>
border-color css
<style>
span { border-color: #3B2E03; }
span { border-color: rgb(59,46,3); }
td.TdClassName
{
border-color: #3B2E03;
}
.TagClassName
{
border-color: #3B2E03;
}
</style>