Shades of Mikado #3D300F
Tints of Mikado #3D300F
RGB
CMYK
RGB Variations
Color information
#3D300F (or 0x3D300F) is known color: Mikado. HEX triplet: 3D, 30 and 0F. RGB value is (61,48,15). Sum of RGB (Red+Green+Blue) = 61+48+15=124 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.19% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 61 - color contains mainly: red. Hex color #3D300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D300F is #C2CFF0. Grayscale: #303030. Windows color (decimal): -12767217 or 995389. OLE color: 995389.
HSL color Cylindrical-coordinate representation of color #3D300F: hue angle of 43.04º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D300F is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 48 | 15 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.76 |
| HSL | 43.04º | 0.61% | 0.15% | - |
| HSV(B) | 43.04º | 0.75% | 0.24% | - |
| XYZ | 3.07 | 3.14 | 0.9 | - |
| YUV | 48.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 48 | 15 | 0 | 0.21 | 0.75 | 0.76 | 43.04 | 0.61 | 0.15 |
| Hex | 3D | 30 | F | 0 | 15 | 4B | 4C | 2B | 3D | F |
| Octal | 75 | 60 | 17 | 0 | 25 | 113 | 114 | 53 | 75 | 17 |
| Binary | 111101 | 110000 | 1111 | 0 | 10101 | 1001011 | 1001100 | 101011 | 111101 | 1111 |
Color Harmonies of #3D300F
Complementary color
Monochromatic Colors of #3D300F
Black with #3D300F
Text Example
Text Example
White with #3D300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D300F; }
p { color: rgb(61,48,15); }
H1.HeaderClassName
{
color: #3D300F;
}
.AnyTagClassName
{
color: #3D300F;
}
</style>
background-color css
<style>
a { background-color: #3D300F; }
a { background-color: rgb(61,48,15); }
div.DivClassName
{
background-color: #3D300F;
}
.BgClassName
{
background-color: #3D300F;
}
</style>
border-color css
<style>
span { border-color: #3D300F; }
span { border-color: rgb(61,48,15); }
td.TdClassName
{
border-color: #3D300F;
}
.TagClassName
{
border-color: #3D300F;
}
</style>