Shades of Black Marlin #373550
Tints of Black Marlin #373550
RGB
CMYK
RGB Variations
Color information
#373550 (or 0x373550) is known color: Black Marlin. HEX triplet: 37, 35 and 50. RGB value is (55,53,80). Sum of RGB (Red+Green+Blue) = 55+53+80=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 80 - color contains mainly: blue. Hex color #373550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373550 is #C8CAAF. Grayscale: #383838. Windows color (decimal): -13159088 or 5256503. OLE color: 5256503.
HSL color Cylindrical-coordinate representation of color #373550: hue angle of 244.44º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #373550 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 53 | 80 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.69 |
| HSL | 244.44º | 0.2% | 0.26% | - |
| HSV(B) | 244.44º | 0.34% | 0.31% | - |
| XYZ | 4.3 | 3.94 | 8.12 | - |
| YUV | 56.68 | 141.16 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 53 | 80 | 0.31 | 0.34 | 0 | 0.69 | 244.44 | 0.2 | 0.26 |
| Hex | 37 | 35 | 50 | 1F | 22 | 0 | 45 | F4 | 14 | 1A |
| Octal | 67 | 65 | 120 | 37 | 42 | 0 | 105 | 364 | 24 | 32 |
| Binary | 110111 | 110101 | 1010000 | 11111 | 100010 | 0 | 1000101 | 11110100 | 10100 | 11010 |
Color Harmonies of #373550
Complementary color
Monochromatic Colors of #373550
Black with #373550
Text Example
Text Example
White with #373550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373550; }
p { color: rgb(55,53,80); }
H1.HeaderClassName
{
color: #373550;
}
.AnyTagClassName
{
color: #373550;
}
</style>
background-color css
<style>
a { background-color: #373550; }
a { background-color: rgb(55,53,80); }
div.DivClassName
{
background-color: #373550;
}
.BgClassName
{
background-color: #373550;
}
</style>
border-color css
<style>
span { border-color: #373550; }
span { border-color: rgb(55,53,80); }
td.TdClassName
{
border-color: #373550;
}
.TagClassName
{
border-color: #373550;
}
</style>