Shades of Black Marlin #3A3948
Tints of Black Marlin #3A3948
RGB
CMYK
RGB Variations
Color information
#3A3948 (or 0x3A3948) is known color: Black Marlin. HEX triplet: 3A, 39 and 48. RGB value is (58,57,72). Sum of RGB (Red+Green+Blue) = 58+57+72=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A3948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3948 is #C5C6B7. Grayscale: #3A3A3A. Windows color (decimal): -12961464 or 4733242. OLE color: 4733242.
HSL color Cylindrical-coordinate representation of color #3A3948: hue angle of 244º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3A3948 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 57 | 72 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.72 |
| HSL | 244º | 0.12% | 0.25% | - |
| HSV(B) | 244º | 0.21% | 0.28% | - |
| XYZ | 4.38 | 4.29 | 6.73 | - |
| YUV | 59.01 | 135.33 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 57 | 72 | 0.19 | 0.21 | 0 | 0.72 | 244 | 0.12 | 0.25 |
| Hex | 3A | 39 | 48 | 13 | 15 | 0 | 48 | F4 | C | 19 |
| Octal | 72 | 71 | 110 | 23 | 25 | 0 | 110 | 364 | 14 | 31 |
| Binary | 111010 | 111001 | 1001000 | 10011 | 10101 | 0 | 1001000 | 11110100 | 1100 | 11001 |
Color Harmonies of #3A3948
Complementary color
Monochromatic Colors of #3A3948
Black with #3A3948
Text Example
Text Example
White with #3A3948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3948; }
p { color: rgb(58,57,72); }
H1.HeaderClassName
{
color: #3A3948;
}
.AnyTagClassName
{
color: #3A3948;
}
</style>
background-color css
<style>
a { background-color: #3A3948; }
a { background-color: rgb(58,57,72); }
div.DivClassName
{
background-color: #3A3948;
}
.BgClassName
{
background-color: #3A3948;
}
</style>
border-color css
<style>
span { border-color: #3A3948; }
span { border-color: rgb(58,57,72); }
td.TdClassName
{
border-color: #3A3948;
}
.TagClassName
{
border-color: #3A3948;
}
</style>