Shades of Black Marlin #37334A
Tints of Black Marlin #37334A
RGB
CMYK
RGB Variations
Color information
#37334A (or 0x37334A) is known color: Black Marlin. HEX triplet: 37, 33 and 4A. RGB value is (55,51,74). Sum of RGB (Red+Green+Blue) = 55+51+74=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 74 - color contains mainly: blue. Hex color #37334A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37334A is #C8CCB5. Grayscale: #363636. Windows color (decimal): -13159606 or 4862775. OLE color: 4862775.
HSL color Cylindrical-coordinate representation of color #37334A: hue angle of 250.43º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #37334A is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 51 | 74 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.71 |
| HSL | 250.43º | 0.18% | 0.25% | - |
| HSV(B) | 250.43º | 0.31% | 0.29% | - |
| XYZ | 4 | 3.67 | 6.98 | - |
| YUV | 54.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 51 | 74 | 0.26 | 0.31 | 0 | 0.71 | 250.43 | 0.18 | 0.25 |
| Hex | 37 | 33 | 4A | 1A | 1F | 0 | 47 | FA | 12 | 19 |
| Octal | 67 | 63 | 112 | 32 | 37 | 0 | 107 | 372 | 22 | 31 |
| Binary | 110111 | 110011 | 1001010 | 11010 | 11111 | 0 | 1000111 | 11111010 | 10010 | 11001 |
Color Harmonies of #37334A
Complementary color
Monochromatic Colors of #37334A
Black with #37334A
Text Example
Text Example
White with #37334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37334A; }
p { color: rgb(55,51,74); }
H1.HeaderClassName
{
color: #37334A;
}
.AnyTagClassName
{
color: #37334A;
}
</style>
background-color css
<style>
a { background-color: #37334A; }
a { background-color: rgb(55,51,74); }
div.DivClassName
{
background-color: #37334A;
}
.BgClassName
{
background-color: #37334A;
}
</style>
border-color css
<style>
span { border-color: #37334A; }
span { border-color: rgb(55,51,74); }
td.TdClassName
{
border-color: #37334A;
}
.TagClassName
{
border-color: #37334A;
}
</style>