Shades of Mikado #3C310B
Tints of Mikado #3C310B
RGB
CMYK
RGB Variations
Color information
#3C310B (or 0x3C310B) is known color: Mikado. HEX triplet: 3C, 31 and 0B. RGB value is (60,49,11). Sum of RGB (Red+Green+Blue) = 60+49+11=120 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 60 - color contains mainly: red. Hex color #3C310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C310B is #C3CEF4. Grayscale: #303030. Windows color (decimal): -12832501 or 733500. OLE color: 733500.
HSL color Cylindrical-coordinate representation of color #3C310B: hue angle of 46.53º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C310B is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 49 | 11 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.76 |
| HSL | 46.53º | 0.69% | 0.14% | - |
| HSV(B) | 46.53º | 0.82% | 0.24% | - |
| XYZ | 3.02 | 3.18 | 0.77 | - |
| YUV | 47.96 | 107.14 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 11 | 0 | 0.18 | 0.82 | 0.76 | 46.53 | 0.69 | 0.14 |
| Hex | 3C | 31 | B | 0 | 12 | 52 | 4C | 2F | 45 | E |
| Octal | 74 | 61 | 13 | 0 | 22 | 122 | 114 | 57 | 105 | 16 |
| Binary | 111100 | 110001 | 1011 | 0 | 10010 | 1010010 | 1001100 | 101111 | 1000101 | 1110 |
Color Harmonies of #3C310B
Complementary color
Monochromatic Colors of #3C310B
Black with #3C310B
Text Example
Text Example
White with #3C310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C310B; }
p { color: rgb(60,49,11); }
H1.HeaderClassName
{
color: #3C310B;
}
.AnyTagClassName
{
color: #3C310B;
}
</style>
background-color css
<style>
a { background-color: #3C310B; }
a { background-color: rgb(60,49,11); }
div.DivClassName
{
background-color: #3C310B;
}
.BgClassName
{
background-color: #3C310B;
}
</style>
border-color css
<style>
span { border-color: #3C310B; }
span { border-color: rgb(60,49,11); }
td.TdClassName
{
border-color: #3C310B;
}
.TagClassName
{
border-color: #3C310B;
}
</style>