Shades of Mikado #3B2D09
Tints of Mikado #3B2D09
RGB
CMYK
RGB Variations
Color information
#3B2D09 (or 0x3B2D09) is known color: Mikado. HEX triplet: 3B, 2D and 09. RGB value is (59,45,9). Sum of RGB (Red+Green+Blue) = 59+45+9=113 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.21% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 9 (3.91% from 255 or 7.96% from 113); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2D09 is #C4D2F6. Grayscale: #2D2D2D. Windows color (decimal): -12899063 or 601403. OLE color: 601403.
HSL color Cylindrical-coordinate representation of color #3B2D09: hue angle of 43.2º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B2D09 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 45 | 9 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.77 |
| HSL | 43.2º | 0.74% | 0.13% | - |
| HSV(B) | 43.2º | 0.85% | 0.23% | - |
| XYZ | 2.79 | 2.83 | 0.66 | - |
| YUV | 45.08 | 107.64 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 45 | 9 | 0 | 0.24 | 0.85 | 0.77 | 43.2 | 0.74 | 0.13 |
| Hex | 3B | 2D | 9 | 0 | 18 | 55 | 4D | 2B | 4A | D |
| Octal | 73 | 55 | 11 | 0 | 30 | 125 | 115 | 53 | 112 | 15 |
| Binary | 111011 | 101101 | 1001 | 0 | 11000 | 1010101 | 1001101 | 101011 | 1001010 | 1101 |
Color Harmonies of #3B2D09
Complementary color
Monochromatic Colors of #3B2D09
Black with #3B2D09
Text Example
Text Example
White with #3B2D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2D09; }
p { color: rgb(59,45,9); }
H1.HeaderClassName
{
color: #3B2D09;
}
.AnyTagClassName
{
color: #3B2D09;
}
</style>
background-color css
<style>
a { background-color: #3B2D09; }
a { background-color: rgb(59,45,9); }
div.DivClassName
{
background-color: #3B2D09;
}
.BgClassName
{
background-color: #3B2D09;
}
</style>
border-color css
<style>
span { border-color: #3B2D09; }
span { border-color: rgb(59,45,9); }
td.TdClassName
{
border-color: #3B2D09;
}
.TagClassName
{
border-color: #3B2D09;
}
</style>