Shades of Mikado #3C331D
Tints of Mikado #3C331D
RGB
CMYK
RGB Variations
Color information
#3C331D (or 0x3C331D) is known color: Mikado. HEX triplet: 3C, 33 and 1D. RGB value is (60,51,29). Sum of RGB (Red+Green+Blue) = 60+51+29=140 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.86% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 60 - color contains mainly: red. Hex color #3C331D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C331D is #C3CCE2. Grayscale: #333333. Windows color (decimal): -12831971 or 1913660. OLE color: 1913660.
HSL color Cylindrical-coordinate representation of color #3C331D: hue angle of 42.58º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C331D is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 51 | 29 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.76 |
| HSL | 42.58º | 0.35% | 0.17% | - |
| HSV(B) | 42.58º | 0.52% | 0.24% | - |
| XYZ | 3.27 | 3.42 | 1.65 | - |
| YUV | 51.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 29 | 0 | 0.15 | 0.52 | 0.76 | 42.58 | 0.35 | 0.17 |
| Hex | 3C | 33 | 1D | 0 | F | 34 | 4C | 2B | 23 | 11 |
| Octal | 74 | 63 | 35 | 0 | 17 | 64 | 114 | 53 | 43 | 21 |
| Binary | 111100 | 110011 | 11101 | 0 | 1111 | 110100 | 1001100 | 101011 | 100011 | 10001 |
Color Harmonies of #3C331D
Complementary color
Monochromatic Colors of #3C331D
Black with #3C331D
Text Example
Text Example
White with #3C331D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C331D; }
p { color: rgb(60,51,29); }
H1.HeaderClassName
{
color: #3C331D;
}
.AnyTagClassName
{
color: #3C331D;
}
</style>
background-color css
<style>
a { background-color: #3C331D; }
a { background-color: rgb(60,51,29); }
div.DivClassName
{
background-color: #3C331D;
}
.BgClassName
{
background-color: #3C331D;
}
</style>
border-color css
<style>
span { border-color: #3C331D; }
span { border-color: rgb(60,51,29); }
td.TdClassName
{
border-color: #3C331D;
}
.TagClassName
{
border-color: #3C331D;
}
</style>