Shades of Mikado #3B2F09
Tints of Mikado #3B2F09
RGB
CMYK
RGB Variations
Color information
#3B2F09 (or 0x3B2F09) is known color: Mikado. HEX triplet: 3B, 2F and 09. RGB value is (59,47,9). Sum of RGB (Red+Green+Blue) = 59+47+9=115 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.30% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2F09 is #C4D0F6. Grayscale: #2E2E2E. Windows color (decimal): -12898551 or 601915. OLE color: 601915.
HSL color Cylindrical-coordinate representation of color #3B2F09: hue angle of 45.6º 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 #3B2F09 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 47 | 9 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.77 |
| HSL | 45.6º | 0.74% | 0.13% | - |
| HSV(B) | 45.6º | 0.85% | 0.23% | - |
| XYZ | 2.87 | 2.98 | 0.68 | - |
| YUV | 46.26 | 106.98 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 47 | 9 | 0 | 0.20 | 0.85 | 0.77 | 45.6 | 0.74 | 0.13 |
| Hex | 3B | 2F | 9 | 0 | 14 | 55 | 4D | 2E | 4A | D |
| Octal | 73 | 57 | 11 | 0 | 24 | 125 | 115 | 56 | 112 | 15 |
| Binary | 111011 | 101111 | 1001 | 0 | 10100 | 1010101 | 1001101 | 101110 | 1001010 | 1101 |
Color Harmonies of #3B2F09
Complementary color
Monochromatic Colors of #3B2F09
Black with #3B2F09
Text Example
Text Example
White with #3B2F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2F09; }
p { color: rgb(59,47,9); }
H1.HeaderClassName
{
color: #3B2F09;
}
.AnyTagClassName
{
color: #3B2F09;
}
</style>
background-color css
<style>
a { background-color: #3B2F09; }
a { background-color: rgb(59,47,9); }
div.DivClassName
{
background-color: #3B2F09;
}
.BgClassName
{
background-color: #3B2F09;
}
</style>
border-color css
<style>
span { border-color: #3B2F09; }
span { border-color: rgb(59,47,9); }
td.TdClassName
{
border-color: #3B2F09;
}
.TagClassName
{
border-color: #3B2F09;
}
</style>