Shades of Black Marlin #3C3B47
Tints of Black Marlin #3C3B47
RGB
CMYK
RGB Variations
Color information
#3C3B47 (or 0x3C3B47) is known color: Black Marlin. HEX triplet: 3C, 3B and 47. RGB value is (60,59,71). Sum of RGB (Red+Green+Blue) = 60+59+71=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 71 - color contains mainly: blue. Hex color #3C3B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3B47 is #C3C4B8. Grayscale: #3C3C3C. Windows color (decimal): -12829881 or 4668220. OLE color: 4668220.
HSL color Cylindrical-coordinate representation of color #3C3B47: hue angle of 245º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3C3B47 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 59 | 71 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.72 |
| HSL | 245º | 0.09% | 0.25% | - |
| HSV(B) | 245º | 0.17% | 0.28% | - |
| XYZ | 4.56 | 4.54 | 6.6 | - |
| YUV | 60.67 | 133.83 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 59 | 71 | 0.15 | 0.17 | 0 | 0.72 | 245 | 0.09 | 0.25 |
| Hex | 3C | 3B | 47 | F | 11 | 0 | 48 | F5 | 9 | 19 |
| Octal | 74 | 73 | 107 | 17 | 21 | 0 | 110 | 365 | 11 | 31 |
| Binary | 111100 | 111011 | 1000111 | 1111 | 10001 | 0 | 1001000 | 11110101 | 1001 | 11001 |
Color Harmonies of #3C3B47
Complementary color
Monochromatic Colors of #3C3B47
Black with #3C3B47
Text Example
Text Example
White with #3C3B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3B47; }
p { color: rgb(60,59,71); }
H1.HeaderClassName
{
color: #3C3B47;
}
.AnyTagClassName
{
color: #3C3B47;
}
</style>
background-color css
<style>
a { background-color: #3C3B47; }
a { background-color: rgb(60,59,71); }
div.DivClassName
{
background-color: #3C3B47;
}
.BgClassName
{
background-color: #3C3B47;
}
</style>
border-color css
<style>
span { border-color: #3C3B47; }
span { border-color: rgb(60,59,71); }
td.TdClassName
{
border-color: #3C3B47;
}
.TagClassName
{
border-color: #3C3B47;
}
</style>