Shades of Black Marlin #3A393F
Tints of Black Marlin #3A393F
RGB
CMYK
RGB Variations
Color information
#3A393F (or 0x3A393F) is known color: Black Marlin. HEX triplet: 3A, 39 and 3F. RGB value is (58,57,63). Sum of RGB (Red+Green+Blue) = 58+57+63=178 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.58% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 63 - color contains mainly: blue. Hex color #3A393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A393F is #C5C6C0. Grayscale: #393939. Windows color (decimal): -12961473 or 4143418. OLE color: 4143418.
HSL color Cylindrical-coordinate representation of color #3A393F: hue angle of 250º degrees, saturation: 0.05, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3A393F is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
RGB | 58 | 57 | 63 | - |
CMYK | 0.08 | 0.10 | 0 | 0.75 |
HSL | 250º | 0.05% | 0.24% | - |
HSV(B) | 250º | 0.1% | 0.25% | - |
XYZ | 4.11 | 4.18 | 5.29 | - |
YUV | 57.98 | 130.83 | 128.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 57 | 63 | 0.08 | 0.10 | 0 | 0.75 | 250 | 0.05 | 0.24 |
Hex | 3A | 39 | 3F | 8 | A | 0 | 4B | FA | 5 | 18 |
Octal | 72 | 71 | 77 | 10 | 12 | 0 | 113 | 372 | 5 | 30 |
Binary | 111010 | 111001 | 111111 | 1000 | 1010 | 0 | 1001011 | 11111010 | 101 | 11000 |
Color Harmonies of #3A393F
Complementary color
Monochromatic Colors of #3A393F
Black with #3A393F
Text Example
Text Example
White with #3A393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A393F; }
p { color: rgb(58,57,63); }
H1.HeaderClassName
{
color: #3A393F;
}
.AnyTagClassName
{
color: #3A393F;
}
</style>
background-color css
<style>
a { background-color: #3A393F; }
a { background-color: rgb(58,57,63); }
div.DivClassName
{
background-color: #3A393F;
}
.BgClassName
{
background-color: #3A393F;
}
</style>
border-color css
<style>
span { border-color: #3A393F; }
span { border-color: rgb(58,57,63); }
td.TdClassName
{
border-color: #3A393F;
}
.TagClassName
{
border-color: #3A393F;
}
</style>