Shades of Mikado #3C2F01
Tints of Mikado #3C2F01
RGB
CMYK
RGB Variations
Color information
#3C2F01 (or 0x3C2F01) is known color: Mikado. HEX triplet: 3C, 2F and 01. RGB value is (60,47,1). Sum of RGB (Red+Green+Blue) = 60+47+1=108 (14% of max value = 765). Red value is 60 (23.83% from 255 or 55.56% from 108); Green value is 47 (18.75% from 255 or 43.52% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2F01 is #C3D0FE. Grayscale: #2D2D2D. Windows color (decimal): -12833023 or 77628. OLE color: 77628.
HSL color Cylindrical-coordinate representation of color #3C2F01: hue angle of 46.78º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C2F01 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 47 | 1 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.76 |
| HSL | 46.78º | 0.97% | 0.12% | - |
| HSV(B) | 46.78º | 0.98% | 0.24% | - |
| XYZ | 2.89 | 3 | 0.45 | - |
| YUV | 45.64 | 102.81 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 47 | 1 | 0 | 0.22 | 0.98 | 0.76 | 46.78 | 0.97 | 0.12 |
| Hex | 3C | 2F | 1 | 0 | 16 | 62 | 4C | 2F | 61 | C |
| Octal | 74 | 57 | 1 | 0 | 26 | 142 | 114 | 57 | 141 | 14 |
| Binary | 111100 | 101111 | 1 | 0 | 10110 | 1100010 | 1001100 | 101111 | 1100001 | 1100 |
Color Harmonies of #3C2F01
Complementary color
Monochromatic Colors of #3C2F01
Black with #3C2F01
Text Example
Text Example
White with #3C2F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2F01; }
p { color: rgb(60,47,1); }
H1.HeaderClassName
{
color: #3C2F01;
}
.AnyTagClassName
{
color: #3C2F01;
}
</style>
background-color css
<style>
a { background-color: #3C2F01; }
a { background-color: rgb(60,47,1); }
div.DivClassName
{
background-color: #3C2F01;
}
.BgClassName
{
background-color: #3C2F01;
}
</style>
border-color css
<style>
span { border-color: #3C2F01; }
span { border-color: rgb(60,47,1); }
td.TdClassName
{
border-color: #3C2F01;
}
.TagClassName
{
border-color: #3C2F01;
}
</style>