Shades of Black Marlin #3A3941
Tints of Black Marlin #3A3941
RGB
CMYK
RGB Variations
Color information
#3A3941 (or 0x3A3941) is known color: Black Marlin. HEX triplet: 3A, 39 and 41. RGB value is (58,57,65). Sum of RGB (Red+Green+Blue) = 58+57+65=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A3941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3941 is #C5C6BE. Grayscale: #3A3A3A. Windows color (decimal): -12961471 or 4274490. OLE color: 4274490.
HSL color Cylindrical-coordinate representation of color #3A3941: hue angle of 247.5º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3A3941 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 57 | 65 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.75 |
| HSL | 247.5º | 0.07% | 0.24% | - |
| HSV(B) | 247.5º | 0.12% | 0.25% | - |
| XYZ | 4.16 | 4.21 | 5.59 | - |
| YUV | 58.21 | 131.83 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 57 | 65 | 0.11 | 0.12 | 0 | 0.75 | 247.5 | 0.07 | 0.24 |
| Hex | 3A | 39 | 41 | B | C | 0 | 4B | F8 | 7 | 18 |
| Octal | 72 | 71 | 101 | 13 | 14 | 0 | 113 | 370 | 7 | 30 |
| Binary | 111010 | 111001 | 1000001 | 1011 | 1100 | 0 | 1001011 | 11111000 | 111 | 11000 |
Color Harmonies of #3A3941
Complementary color
Monochromatic Colors of #3A3941
Black with #3A3941
Text Example
Text Example
White with #3A3941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3941; }
p { color: rgb(58,57,65); }
H1.HeaderClassName
{
color: #3A3941;
}
.AnyTagClassName
{
color: #3A3941;
}
</style>
background-color css
<style>
a { background-color: #3A3941; }
a { background-color: rgb(58,57,65); }
div.DivClassName
{
background-color: #3A3941;
}
.BgClassName
{
background-color: #3A3941;
}
</style>
border-color css
<style>
span { border-color: #3A3941; }
span { border-color: rgb(58,57,65); }
td.TdClassName
{
border-color: #3A3941;
}
.TagClassName
{
border-color: #3A3941;
}
</style>