Shades of Mikado #3C301B
Tints of Mikado #3C301B
RGB
CMYK
RGB Variations
Color information
#3C301B (or 0x3C301B) is known color: Mikado. HEX triplet: 3C, 30 and 1B. RGB value is (60,48,27). Sum of RGB (Red+Green+Blue) = 60+48+27=135 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.44% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 60 - color contains mainly: red. Hex color #3C301B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C301B is #C3CFE4. Grayscale: #313131. Windows color (decimal): -12832741 or 1781820. OLE color: 1781820.
HSL color Cylindrical-coordinate representation of color #3C301B: hue angle of 38.18º degrees, saturation: 0.38, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C301B is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 48 | 27 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.76 |
| HSL | 38.18º | 0.38% | 0.17% | - |
| HSV(B) | 38.18º | 0.55% | 0.24% | - |
| XYZ | 3.12 | 3.15 | 1.48 | - |
| YUV | 49.19 | 115.48 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 48 | 27 | 0 | 0.20 | 0.55 | 0.76 | 38.18 | 0.38 | 0.17 |
| Hex | 3C | 30 | 1B | 0 | 14 | 37 | 4C | 26 | 26 | 11 |
| Octal | 74 | 60 | 33 | 0 | 24 | 67 | 114 | 46 | 46 | 21 |
| Binary | 111100 | 110000 | 11011 | 0 | 10100 | 110111 | 1001100 | 100110 | 100110 | 10001 |
Color Harmonies of #3C301B
Complementary color
Monochromatic Colors of #3C301B
Black with #3C301B
Text Example
Text Example
White with #3C301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C301B; }
p { color: rgb(60,48,27); }
H1.HeaderClassName
{
color: #3C301B;
}
.AnyTagClassName
{
color: #3C301B;
}
</style>
background-color css
<style>
a { background-color: #3C301B; }
a { background-color: rgb(60,48,27); }
div.DivClassName
{
background-color: #3C301B;
}
.BgClassName
{
background-color: #3C301B;
}
</style>
border-color css
<style>
span { border-color: #3C301B; }
span { border-color: rgb(60,48,27); }
td.TdClassName
{
border-color: #3C301B;
}
.TagClassName
{
border-color: #3C301B;
}
</style>