Shades of Mikado #3C3002
Tints of Mikado #3C3002
RGB
CMYK
RGB Variations
Color information
#3C3002 (or 0x3C3002) is known color: Mikado. HEX triplet: 3C, 30 and 02. RGB value is (60,48,2). Sum of RGB (Red+Green+Blue) = 60+48+2=110 (14% of max value = 765). Red value is 60 (23.83% from 255 or 54.55% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3002 is #C3CFFD. Grayscale: #2E2E2E. Windows color (decimal): -12832766 or 143420. OLE color: 143420.
HSL color Cylindrical-coordinate representation of color #3C3002: hue angle of 47.59º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C3002 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 48 | 2 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.76 |
| HSL | 47.59º | 0.94% | 0.12% | - |
| HSV(B) | 47.59º | 0.97% | 0.24% | - |
| XYZ | 2.93 | 3.08 | 0.5 | - |
| YUV | 46.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 48 | 2 | 0 | 0.20 | 0.97 | 0.76 | 47.59 | 0.94 | 0.12 |
| Hex | 3C | 30 | 2 | 0 | 14 | 61 | 4C | 30 | 5E | C |
| Octal | 74 | 60 | 2 | 0 | 24 | 141 | 114 | 60 | 136 | 14 |
| Binary | 111100 | 110000 | 10 | 0 | 10100 | 1100001 | 1001100 | 110000 | 1011110 | 1100 |
Color Harmonies of #3C3002
Complementary color
Monochromatic Colors of #3C3002
Black with #3C3002
Text Example
Text Example
White with #3C3002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3002; }
p { color: rgb(60,48,2); }
H1.HeaderClassName
{
color: #3C3002;
}
.AnyTagClassName
{
color: #3C3002;
}
</style>
background-color css
<style>
a { background-color: #3C3002; }
a { background-color: rgb(60,48,2); }
div.DivClassName
{
background-color: #3C3002;
}
.BgClassName
{
background-color: #3C3002;
}
</style>
border-color css
<style>
span { border-color: #3C3002; }
span { border-color: rgb(60,48,2); }
td.TdClassName
{
border-color: #3C3002;
}
.TagClassName
{
border-color: #3C3002;
}
</style>