Shades of Black Marlin #39374E
Tints of Black Marlin #39374E
RGB
CMYK
RGB Variations
Color information
#39374E (or 0x39374E) is known color: Black Marlin. HEX triplet: 39, 37 and 4E. RGB value is (57,55,78). Sum of RGB (Red+Green+Blue) = 57+55+78=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 78 - color contains mainly: blue. Hex color #39374E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39374E is #C6C8B1. Grayscale: #3A3A3A. Windows color (decimal): -13027506 or 5125945. OLE color: 5125945.
HSL color Cylindrical-coordinate representation of color #39374E: hue angle of 245.22º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #39374E is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 55 | 78 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.69 |
| HSL | 245.22º | 0.17% | 0.26% | - |
| HSV(B) | 245.22º | 0.29% | 0.31% | - |
| XYZ | 4.43 | 4.15 | 7.78 | - |
| YUV | 58.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 55 | 78 | 0.27 | 0.29 | 0 | 0.69 | 245.22 | 0.17 | 0.26 |
| Hex | 39 | 37 | 4E | 1B | 1D | 0 | 45 | F5 | 11 | 1A |
| Octal | 71 | 67 | 116 | 33 | 35 | 0 | 105 | 365 | 21 | 32 |
| Binary | 111001 | 110111 | 1001110 | 11011 | 11101 | 0 | 1000101 | 11110101 | 10001 | 11010 |
Color Harmonies of #39374E
Complementary color
Monochromatic Colors of #39374E
Black with #39374E
Text Example
Text Example
White with #39374E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39374E; }
p { color: rgb(57,55,78); }
H1.HeaderClassName
{
color: #39374E;
}
.AnyTagClassName
{
color: #39374E;
}
</style>
background-color css
<style>
a { background-color: #39374E; }
a { background-color: rgb(57,55,78); }
div.DivClassName
{
background-color: #39374E;
}
.BgClassName
{
background-color: #39374E;
}
</style>
border-color css
<style>
span { border-color: #39374E; }
span { border-color: rgb(57,55,78); }
td.TdClassName
{
border-color: #39374E;
}
.TagClassName
{
border-color: #39374E;
}
</style>