Shades of Black Marlin #3A3848
Tints of Black Marlin #3A3848
RGB
CMYK
RGB Variations
Color information
#3A3848 (or 0x3A3848) is known color: Black Marlin. HEX triplet: 3A, 38 and 48. RGB value is (58,56,72). Sum of RGB (Red+Green+Blue) = 58+56+72=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A3848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3848 is #C5C7B7. Grayscale: #3A3A3A. Windows color (decimal): -12961720 or 4732986. OLE color: 4732986.
HSL color Cylindrical-coordinate representation of color #3A3848: hue angle of 247.5º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3A3848 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 56 | 72 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.72 |
| HSL | 247.5º | 0.13% | 0.25% | - |
| HSV(B) | 247.5º | 0.22% | 0.28% | - |
| XYZ | 4.33 | 4.2 | 6.71 | - |
| YUV | 58.42 | 135.66 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 72 | 0.19 | 0.22 | 0 | 0.72 | 247.5 | 0.13 | 0.25 |
| Hex | 3A | 38 | 48 | 13 | 16 | 0 | 48 | F8 | C | 19 |
| Octal | 72 | 70 | 110 | 23 | 26 | 0 | 110 | 370 | 14 | 31 |
| Binary | 111010 | 111000 | 1001000 | 10011 | 10110 | 0 | 1001000 | 11111000 | 1100 | 11001 |
Color Harmonies of #3A3848
Complementary color
Monochromatic Colors of #3A3848
Black with #3A3848
Text Example
Text Example
White with #3A3848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3848; }
p { color: rgb(58,56,72); }
H1.HeaderClassName
{
color: #3A3848;
}
.AnyTagClassName
{
color: #3A3848;
}
</style>
background-color css
<style>
a { background-color: #3A3848; }
a { background-color: rgb(58,56,72); }
div.DivClassName
{
background-color: #3A3848;
}
.BgClassName
{
background-color: #3A3848;
}
</style>
border-color css
<style>
span { border-color: #3A3848; }
span { border-color: rgb(58,56,72); }
td.TdClassName
{
border-color: #3A3848;
}
.TagClassName
{
border-color: #3A3848;
}
</style>