Shades of Mikado #3C331B
Tints of Mikado #3C331B
RGB
CMYK
RGB Variations
Color information
#3C331B (or 0x3C331B) is known color: Mikado. HEX triplet: 3C, 33 and 1B. RGB value is (60,51,27). Sum of RGB (Red+Green+Blue) = 60+51+27=138 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.48% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 60 - color contains mainly: red. Hex color #3C331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C331B is #C3CCE4. Grayscale: #333333. Windows color (decimal): -12831973 or 1782588. OLE color: 1782588.
HSL color Cylindrical-coordinate representation of color #3C331B: hue angle of 43.64º 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 #3C331B is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 51 | 27 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.76 |
| HSL | 43.64º | 0.38% | 0.17% | - |
| HSV(B) | 43.64º | 0.55% | 0.24% | - |
| XYZ | 3.25 | 3.41 | 1.52 | - |
| YUV | 50.96 | 114.48 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 27 | 0 | 0.15 | 0.55 | 0.76 | 43.64 | 0.38 | 0.17 |
| Hex | 3C | 33 | 1B | 0 | F | 37 | 4C | 2C | 26 | 11 |
| Octal | 74 | 63 | 33 | 0 | 17 | 67 | 114 | 54 | 46 | 21 |
| Binary | 111100 | 110011 | 11011 | 0 | 1111 | 110111 | 1001100 | 101100 | 100110 | 10001 |
Color Harmonies of #3C331B
Complementary color
Monochromatic Colors of #3C331B
Black with #3C331B
Text Example
Text Example
White with #3C331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C331B; }
p { color: rgb(60,51,27); }
H1.HeaderClassName
{
color: #3C331B;
}
.AnyTagClassName
{
color: #3C331B;
}
</style>
background-color css
<style>
a { background-color: #3C331B; }
a { background-color: rgb(60,51,27); }
div.DivClassName
{
background-color: #3C331B;
}
.BgClassName
{
background-color: #3C331B;
}
</style>
border-color css
<style>
span { border-color: #3C331B; }
span { border-color: rgb(60,51,27); }
td.TdClassName
{
border-color: #3C331B;
}
.TagClassName
{
border-color: #3C331B;
}
</style>