Shades of Mikado #3B3323
Tints of Mikado #3B3323
RGB
CMYK
RGB Variations
Color information
#3B3323 (or 0x3B3323) is known color: Mikado. HEX triplet: 3B, 33 and 23. RGB value is (59,51,35). Sum of RGB (Red+Green+Blue) = 59+51+35=145 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.69% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3323 is #C4CCDC. Grayscale: #333333. Windows color (decimal): -12897501 or 2306875. OLE color: 2306875.
HSL color Cylindrical-coordinate representation of color #3B3323: hue angle of 40º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B3323 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 51 | 35 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.77 |
| HSL | 40º | 0.26% | 0.18% | - |
| HSV(B) | 40º | 0.41% | 0.23% | - |
| XYZ | 3.29 | 3.42 | 2.08 | - |
| YUV | 51.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 51 | 35 | 0 | 0.14 | 0.41 | 0.77 | 40 | 0.26 | 0.18 |
| Hex | 3B | 33 | 23 | 0 | E | 29 | 4D | 28 | 1A | 12 |
| Octal | 73 | 63 | 43 | 0 | 16 | 51 | 115 | 50 | 32 | 22 |
| Binary | 111011 | 110011 | 100011 | 0 | 1110 | 101001 | 1001101 | 101000 | 11010 | 10010 |
Color Harmonies of #3B3323
Complementary color
Monochromatic Colors of #3B3323
Black with #3B3323
Text Example
Text Example
White with #3B3323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3323; }
p { color: rgb(59,51,35); }
H1.HeaderClassName
{
color: #3B3323;
}
.AnyTagClassName
{
color: #3B3323;
}
</style>
background-color css
<style>
a { background-color: #3B3323; }
a { background-color: rgb(59,51,35); }
div.DivClassName
{
background-color: #3B3323;
}
.BgClassName
{
background-color: #3B3323;
}
</style>
border-color css
<style>
span { border-color: #3B3323; }
span { border-color: rgb(59,51,35); }
td.TdClassName
{
border-color: #3B3323;
}
.TagClassName
{
border-color: #3B3323;
}
</style>