Shades of Mikado #3D351B
Tints of Mikado #3D351B
RGB
CMYK
RGB Variations
Color information
#3D351B (or 0x3D351B) is known color: Mikado. HEX triplet: 3D, 35 and 1B. RGB value is (61,53,27). Sum of RGB (Red+Green+Blue) = 61+53+27=141 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.26% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 61 - color contains mainly: red. Hex color #3D351B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D351B is #C2CAE4. Grayscale: #343434. Windows color (decimal): -12765925 or 1783101. OLE color: 1783101.
HSL color Cylindrical-coordinate representation of color #3D351B: hue angle of 45.88º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D351B is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 53 | 27 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.76 |
| HSL | 45.88º | 0.39% | 0.17% | - |
| HSV(B) | 45.88º | 0.56% | 0.24% | - |
| XYZ | 3.4 | 3.62 | 1.56 | - |
| YUV | 52.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 53 | 27 | 0 | 0.13 | 0.56 | 0.76 | 45.88 | 0.39 | 0.17 |
| Hex | 3D | 35 | 1B | 0 | D | 38 | 4C | 2E | 27 | 11 |
| Octal | 75 | 65 | 33 | 0 | 15 | 70 | 114 | 56 | 47 | 21 |
| Binary | 111101 | 110101 | 11011 | 0 | 1101 | 111000 | 1001100 | 101110 | 100111 | 10001 |
Color Harmonies of #3D351B
Complementary color
Monochromatic Colors of #3D351B
Black with #3D351B
Text Example
Text Example
White with #3D351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D351B; }
p { color: rgb(61,53,27); }
H1.HeaderClassName
{
color: #3D351B;
}
.AnyTagClassName
{
color: #3D351B;
}
</style>
background-color css
<style>
a { background-color: #3D351B; }
a { background-color: rgb(61,53,27); }
div.DivClassName
{
background-color: #3D351B;
}
.BgClassName
{
background-color: #3D351B;
}
</style>
border-color css
<style>
span { border-color: #3D351B; }
span { border-color: rgb(61,53,27); }
td.TdClassName
{
border-color: #3D351B;
}
.TagClassName
{
border-color: #3D351B;
}
</style>