Shades of Mikado #3B2F02
Tints of Mikado #3B2F02
RGB
CMYK
RGB Variations
Color information
#3B2F02 (or 0x3B2F02) is known color: Mikado. HEX triplet: 3B, 2F and 02. RGB value is (59,47,2). Sum of RGB (Red+Green+Blue) = 59+47+2=108 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.63% from 108); Green value is 47 (18.75% from 255 or 43.52% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2F02 is #C4D0FD. Grayscale: #2D2D2D. Windows color (decimal): -12898558 or 143163. OLE color: 143163.
HSL color Cylindrical-coordinate representation of color #3B2F02: hue angle of 47.37º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B2F02 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 47 | 2 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.77 |
| HSL | 47.37º | 0.93% | 0.12% | - |
| HSV(B) | 47.37º | 0.97% | 0.23% | - |
| XYZ | 2.83 | 2.97 | 0.48 | - |
| YUV | 45.46 | 103.48 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 47 | 2 | 0 | 0.20 | 0.97 | 0.77 | 47.37 | 0.93 | 0.12 |
| Hex | 3B | 2F | 2 | 0 | 14 | 61 | 4D | 2F | 5D | C |
| Octal | 73 | 57 | 2 | 0 | 24 | 141 | 115 | 57 | 135 | 14 |
| Binary | 111011 | 101111 | 10 | 0 | 10100 | 1100001 | 1001101 | 101111 | 1011101 | 1100 |
Color Harmonies of #3B2F02
Complementary color
Monochromatic Colors of #3B2F02
Black with #3B2F02
Text Example
Text Example
White with #3B2F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2F02; }
p { color: rgb(59,47,2); }
H1.HeaderClassName
{
color: #3B2F02;
}
.AnyTagClassName
{
color: #3B2F02;
}
</style>
background-color css
<style>
a { background-color: #3B2F02; }
a { background-color: rgb(59,47,2); }
div.DivClassName
{
background-color: #3B2F02;
}
.BgClassName
{
background-color: #3B2F02;
}
</style>
border-color css
<style>
span { border-color: #3B2F02; }
span { border-color: rgb(59,47,2); }
td.TdClassName
{
border-color: #3B2F02;
}
.TagClassName
{
border-color: #3B2F02;
}
</style>