Shades of Black Marlin #373548
Tints of Black Marlin #373548
RGB
CMYK
RGB Variations
Color information
#373548 (or 0x373548) is known color: Black Marlin. HEX triplet: 37, 35 and 48. RGB value is (55,53,72). Sum of RGB (Red+Green+Blue) = 55+53+72=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 72 - color contains mainly: blue. Hex color #373548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373548 is #C8CAB7. Grayscale: #373737. Windows color (decimal): -13159096 or 4732215. OLE color: 4732215.
HSL color Cylindrical-coordinate representation of color #373548: hue angle of 246.32º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #373548 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 55 | 53 | 72 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.72 |
| HSL | 246.32º | 0.15% | 0.25% | - |
| HSV(B) | 246.32º | 0.26% | 0.28% | - |
| XYZ | 4.02 | 3.83 | 6.66 | - |
| YUV | 55.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 53 | 72 | 0.24 | 0.26 | 0 | 0.72 | 246.32 | 0.15 | 0.25 |
| Hex | 37 | 35 | 48 | 18 | 1A | 0 | 48 | F6 | F | 19 |
| Octal | 67 | 65 | 110 | 30 | 32 | 0 | 110 | 366 | 17 | 31 |
| Binary | 110111 | 110101 | 1001000 | 11000 | 11010 | 0 | 1001000 | 11110110 | 1111 | 11001 |
Color Harmonies of #373548
Complementary color
Monochromatic Colors of #373548
Black with #373548
Text Example
Text Example
White with #373548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373548; }
p { color: rgb(55,53,72); }
H1.HeaderClassName
{
color: #373548;
}
.AnyTagClassName
{
color: #373548;
}
</style>
background-color css
<style>
a { background-color: #373548; }
a { background-color: rgb(55,53,72); }
div.DivClassName
{
background-color: #373548;
}
.BgClassName
{
background-color: #373548;
}
</style>
border-color css
<style>
span { border-color: #373548; }
span { border-color: rgb(55,53,72); }
td.TdClassName
{
border-color: #373548;
}
.TagClassName
{
border-color: #373548;
}
</style>