Shades of Black Marlin #393944
Tints of Black Marlin #393944
RGB
CMYK
RGB Variations
Color information
#393944 (or 0x393944) is known color: Black Marlin. HEX triplet: 39, 39 and 44. RGB value is (57,57,68). Sum of RGB (Red+Green+Blue) = 57+57+68=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 68 - color contains mainly: blue. Hex color #393944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393944 is #C6C6BB. Grayscale: #3A3A3A. Windows color (decimal): -13027004 or 4471097. OLE color: 4471097.
HSL color Cylindrical-coordinate representation of color #393944: hue angle of 240º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #393944 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 57 | 68 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.73 |
| HSL | 240º | 0.09% | 0.25% | - |
| HSV(B) | 240º | 0.16% | 0.27% | - |
| XYZ | 4.19 | 4.21 | 6.06 | - |
| YUV | 58.25 | 133.5 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 57 | 68 | 0.16 | 0.16 | 0 | 0.73 | 240 | 0.09 | 0.25 |
| Hex | 39 | 39 | 44 | 10 | 10 | 0 | 49 | F0 | 9 | 19 |
| Octal | 71 | 71 | 104 | 20 | 20 | 0 | 111 | 360 | 11 | 31 |
| Binary | 111001 | 111001 | 1000100 | 10000 | 10000 | 0 | 1001001 | 11110000 | 1001 | 11001 |
Color Harmonies of #393944
Complementary color
Monochromatic Colors of #393944
Black with #393944
Text Example
Text Example
White with #393944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393944; }
p { color: rgb(57,57,68); }
H1.HeaderClassName
{
color: #393944;
}
.AnyTagClassName
{
color: #393944;
}
</style>
background-color css
<style>
a { background-color: #393944; }
a { background-color: rgb(57,57,68); }
div.DivClassName
{
background-color: #393944;
}
.BgClassName
{
background-color: #393944;
}
</style>
border-color css
<style>
span { border-color: #393944; }
span { border-color: rgb(57,57,68); }
td.TdClassName
{
border-color: #393944;
}
.TagClassName
{
border-color: #393944;
}
</style>