Shades of Black Marlin #3A384B
Tints of Black Marlin #3A384B
RGB
CMYK
RGB Variations
Color information
#3A384B (or 0x3A384B) is known color: Black Marlin. HEX triplet: 3A, 38 and 4B. RGB value is (58,56,75). Sum of RGB (Red+Green+Blue) = 58+56+75=189 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.69% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A384B is #C5C7B4. Grayscale: #3A3A3A. Windows color (decimal): -12961717 or 4929594. OLE color: 4929594.
HSL color Cylindrical-coordinate representation of color #3A384B: hue angle of 246.32º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3A384B is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 56 | 75 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.71 |
| HSL | 246.32º | 0.15% | 0.26% | - |
| HSV(B) | 246.32º | 0.25% | 0.29% | - |
| XYZ | 4.43 | 4.24 | 7.24 | - |
| YUV | 58.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 75 | 0.23 | 0.25 | 0 | 0.71 | 246.32 | 0.15 | 0.26 |
| Hex | 3A | 38 | 4B | 17 | 19 | 0 | 47 | F6 | F | 1A |
| Octal | 72 | 70 | 113 | 27 | 31 | 0 | 107 | 366 | 17 | 32 |
| Binary | 111010 | 111000 | 1001011 | 10111 | 11001 | 0 | 1000111 | 11110110 | 1111 | 11010 |
Color Harmonies of #3A384B
Complementary color
Monochromatic Colors of #3A384B
Black with #3A384B
Text Example
Text Example
White with #3A384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A384B; }
p { color: rgb(58,56,75); }
H1.HeaderClassName
{
color: #3A384B;
}
.AnyTagClassName
{
color: #3A384B;
}
</style>
background-color css
<style>
a { background-color: #3A384B; }
a { background-color: rgb(58,56,75); }
div.DivClassName
{
background-color: #3A384B;
}
.BgClassName
{
background-color: #3A384B;
}
</style>
border-color css
<style>
span { border-color: #3A384B; }
span { border-color: rgb(58,56,75); }
td.TdClassName
{
border-color: #3A384B;
}
.TagClassName
{
border-color: #3A384B;
}
</style>