Shades of Black Marlin #3C3A47
Tints of Black Marlin #3C3A47
RGB
CMYK
RGB Variations
Color information
#3C3A47 (or 0x3C3A47) is known color: Black Marlin. HEX triplet: 3C, 3A and 47. RGB value is (60,58,71). Sum of RGB (Red+Green+Blue) = 60+58+71=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 71 - color contains mainly: blue. Hex color #3C3A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3A47 is #C3C5B8. Grayscale: #3C3C3C. Windows color (decimal): -12830137 or 4667964. OLE color: 4667964.
HSL color Cylindrical-coordinate representation of color #3C3A47: hue angle of 249.23º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3C3A47 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 58 | 71 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.72 |
| HSL | 249.23º | 0.1% | 0.25% | - |
| HSV(B) | 249.23º | 0.18% | 0.28% | - |
| XYZ | 4.51 | 4.44 | 6.58 | - |
| YUV | 60.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 58 | 71 | 0.15 | 0.18 | 0 | 0.72 | 249.23 | 0.1 | 0.25 |
| Hex | 3C | 3A | 47 | F | 12 | 0 | 48 | F9 | A | 19 |
| Octal | 74 | 72 | 107 | 17 | 22 | 0 | 110 | 371 | 12 | 31 |
| Binary | 111100 | 111010 | 1000111 | 1111 | 10010 | 0 | 1001000 | 11111001 | 1010 | 11001 |
Color Harmonies of #3C3A47
Complementary color
Monochromatic Colors of #3C3A47
Black with #3C3A47
Text Example
Text Example
White with #3C3A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3A47; }
p { color: rgb(60,58,71); }
H1.HeaderClassName
{
color: #3C3A47;
}
.AnyTagClassName
{
color: #3C3A47;
}
</style>
background-color css
<style>
a { background-color: #3C3A47; }
a { background-color: rgb(60,58,71); }
div.DivClassName
{
background-color: #3C3A47;
}
.BgClassName
{
background-color: #3C3A47;
}
</style>
border-color css
<style>
span { border-color: #3C3A47; }
span { border-color: rgb(60,58,71); }
td.TdClassName
{
border-color: #3C3A47;
}
.TagClassName
{
border-color: #3C3A47;
}
</style>