Shades of Black Marlin #3D3C46
Tints of Black Marlin #3D3C46
RGB
CMYK
RGB Variations
Color information
#3D3C46 (or 0x3D3C46) is known color: Black Marlin. HEX triplet: 3D, 3C and 46. RGB value is (61,60,70). Sum of RGB (Red+Green+Blue) = 61+60+70=191 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.94% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 70 - color contains mainly: blue. Hex color #3D3C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3C46 is #C2C3B9. Grayscale: #3D3D3D. Windows color (decimal): -12764090 or 4602941. OLE color: 4602941.
HSL color Cylindrical-coordinate representation of color #3D3C46: hue angle of 246º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3D3C46 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 60 | 70 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.73 |
| HSL | 246º | 0.08% | 0.25% | - |
| HSV(B) | 246º | 0.14% | 0.27% | - |
| XYZ | 4.65 | 4.67 | 6.45 | - |
| YUV | 61.44 | 132.83 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 60 | 70 | 0.13 | 0.14 | 0 | 0.73 | 246 | 0.08 | 0.25 |
| Hex | 3D | 3C | 46 | D | E | 0 | 49 | F6 | 8 | 19 |
| Octal | 75 | 74 | 106 | 15 | 16 | 0 | 111 | 366 | 10 | 31 |
| Binary | 111101 | 111100 | 1000110 | 1101 | 1110 | 0 | 1001001 | 11110110 | 1000 | 11001 |
Color Harmonies of #3D3C46
Complementary color
Monochromatic Colors of #3D3C46
Black with #3D3C46
Text Example
Text Example
White with #3D3C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3C46; }
p { color: rgb(61,60,70); }
H1.HeaderClassName
{
color: #3D3C46;
}
.AnyTagClassName
{
color: #3D3C46;
}
</style>
background-color css
<style>
a { background-color: #3D3C46; }
a { background-color: rgb(61,60,70); }
div.DivClassName
{
background-color: #3D3C46;
}
.BgClassName
{
background-color: #3D3C46;
}
</style>
border-color css
<style>
span { border-color: #3D3C46; }
span { border-color: rgb(61,60,70); }
td.TdClassName
{
border-color: #3D3C46;
}
.TagClassName
{
border-color: #3D3C46;
}
</style>