Shades of Mikado #3C300B
Tints of Mikado #3C300B
RGB
CMYK
RGB Variations
Color information
#3C300B (or 0x3C300B) is known color: Mikado. HEX triplet: 3C, 30 and 0B. RGB value is (60,48,11). Sum of RGB (Red+Green+Blue) = 60+48+11=119 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50.42% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 60 - color contains mainly: red. Hex color #3C300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C300B is #C3CFF4. Grayscale: #2F2F2F. Windows color (decimal): -12832757 or 733244. OLE color: 733244.
HSL color Cylindrical-coordinate representation of color #3C300B: hue angle of 45.31º 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 #3C300B is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 48 | 11 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.76 |
| HSL | 45.31º | 0.69% | 0.14% | - |
| HSV(B) | 45.31º | 0.82% | 0.24% | - |
| XYZ | 2.98 | 3.1 | 0.76 | - |
| YUV | 47.37 | 107.48 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 48 | 11 | 0 | 0.20 | 0.82 | 0.76 | 45.31 | 0.69 | 0.14 |
| Hex | 3C | 30 | B | 0 | 14 | 52 | 4C | 2D | 45 | E |
| Octal | 74 | 60 | 13 | 0 | 24 | 122 | 114 | 55 | 105 | 16 |
| Binary | 111100 | 110000 | 1011 | 0 | 10100 | 1010010 | 1001100 | 101101 | 1000101 | 1110 |
Color Harmonies of #3C300B
Complementary color
Monochromatic Colors of #3C300B
Black with #3C300B
Text Example
Text Example
White with #3C300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C300B; }
p { color: rgb(60,48,11); }
H1.HeaderClassName
{
color: #3C300B;
}
.AnyTagClassName
{
color: #3C300B;
}
</style>
background-color css
<style>
a { background-color: #3C300B; }
a { background-color: rgb(60,48,11); }
div.DivClassName
{
background-color: #3C300B;
}
.BgClassName
{
background-color: #3C300B;
}
</style>
border-color css
<style>
span { border-color: #3C300B; }
span { border-color: rgb(60,48,11); }
td.TdClassName
{
border-color: #3C300B;
}
.TagClassName
{
border-color: #3C300B;
}
</style>