Shades of Mikado #3B2F08
Tints of Mikado #3B2F08
RGB
CMYK
RGB Variations
Color information
#3B2F08 (or 0x3B2F08) is known color: Mikado. HEX triplet: 3B, 2F and 08. RGB value is (59,47,8). Sum of RGB (Red+Green+Blue) = 59+47+8=114 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.75% from 114); Green value is 47 (18.75% from 255 or 41.23% from 114); Blue value is 8 (3.52% from 255 or 7.02% from 114); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2F08 is #C4D0F7. Grayscale: #2E2E2E. Windows color (decimal): -12898552 or 536379. OLE color: 536379.
HSL color Cylindrical-coordinate representation of color #3B2F08: hue angle of 45.88º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B2F08 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 47 | 8 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.77 |
| HSL | 45.88º | 0.76% | 0.13% | - |
| HSV(B) | 45.88º | 0.86% | 0.23% | - |
| XYZ | 2.86 | 2.98 | 0.65 | - |
| YUV | 46.14 | 106.48 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 47 | 8 | 0 | 0.20 | 0.86 | 0.77 | 45.88 | 0.76 | 0.13 |
| Hex | 3B | 2F | 8 | 0 | 14 | 56 | 4D | 2E | 4C | D |
| Octal | 73 | 57 | 10 | 0 | 24 | 126 | 115 | 56 | 114 | 15 |
| Binary | 111011 | 101111 | 1000 | 0 | 10100 | 1010110 | 1001101 | 101110 | 1001100 | 1101 |
Color Harmonies of #3B2F08
Complementary color
Monochromatic Colors of #3B2F08
Black with #3B2F08
Text Example
Text Example
White with #3B2F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2F08; }
p { color: rgb(59,47,8); }
H1.HeaderClassName
{
color: #3B2F08;
}
.AnyTagClassName
{
color: #3B2F08;
}
</style>
background-color css
<style>
a { background-color: #3B2F08; }
a { background-color: rgb(59,47,8); }
div.DivClassName
{
background-color: #3B2F08;
}
.BgClassName
{
background-color: #3B2F08;
}
</style>
border-color css
<style>
span { border-color: #3B2F08; }
span { border-color: rgb(59,47,8); }
td.TdClassName
{
border-color: #3B2F08;
}
.TagClassName
{
border-color: #3B2F08;
}
</style>