Shades of Black Marlin #3B394A
Tints of Black Marlin #3B394A
RGB
CMYK
RGB Variations
Color information
#3B394A (or 0x3B394A) is known color: Black Marlin. HEX triplet: 3B, 39 and 4A. RGB value is (59,57,74). Sum of RGB (Red+Green+Blue) = 59+57+74=190 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.05% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 74 - color contains mainly: blue. Hex color #3B394A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B394A is #C4C6B5. Grayscale: #3B3B3B. Windows color (decimal): -12895926 or 4864315. OLE color: 4864315.
HSL color Cylindrical-coordinate representation of color #3B394A: hue angle of 247.06º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3B394A is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 57 | 74 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.71 |
| HSL | 247.06º | 0.13% | 0.26% | - |
| HSV(B) | 247.06º | 0.23% | 0.29% | - |
| XYZ | 4.5 | 4.35 | 7.08 | - |
| YUV | 59.54 | 136.16 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 57 | 74 | 0.20 | 0.23 | 0 | 0.71 | 247.06 | 0.13 | 0.26 |
| Hex | 3B | 39 | 4A | 14 | 17 | 0 | 47 | F7 | D | 1A |
| Octal | 73 | 71 | 112 | 24 | 27 | 0 | 107 | 367 | 15 | 32 |
| Binary | 111011 | 111001 | 1001010 | 10100 | 10111 | 0 | 1000111 | 11110111 | 1101 | 11010 |
Color Harmonies of #3B394A
Complementary color
Monochromatic Colors of #3B394A
Black with #3B394A
Text Example
Text Example
White with #3B394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B394A; }
p { color: rgb(59,57,74); }
H1.HeaderClassName
{
color: #3B394A;
}
.AnyTagClassName
{
color: #3B394A;
}
</style>
background-color css
<style>
a { background-color: #3B394A; }
a { background-color: rgb(59,57,74); }
div.DivClassName
{
background-color: #3B394A;
}
.BgClassName
{
background-color: #3B394A;
}
</style>
border-color css
<style>
span { border-color: #3B394A; }
span { border-color: rgb(59,57,74); }
td.TdClassName
{
border-color: #3B394A;
}
.TagClassName
{
border-color: #3B394A;
}
</style>