Shades of Black Marlin #3B384C
Tints of Black Marlin #3B384C
RGB
CMYK
RGB Variations
Color information
#3B384C (or 0x3B384C) is known color: Black Marlin. HEX triplet: 3B, 38 and 4C. RGB value is (59,56,76). Sum of RGB (Red+Green+Blue) = 59+56+76=191 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.89% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 76 - color contains mainly: blue. Hex color #3B384C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B384C is #C4C7B3. Grayscale: #3B3B3B. Windows color (decimal): -12896180 or 4995131. OLE color: 4995131.
HSL color Cylindrical-coordinate representation of color #3B384C: hue angle of 249º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3B384C is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 56 | 76 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.70 |
| HSL | 249º | 0.15% | 0.26% | - |
| HSV(B) | 249º | 0.26% | 0.3% | - |
| XYZ | 4.52 | 4.28 | 7.43 | - |
| YUV | 59.18 | 137.49 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 56 | 76 | 0.22 | 0.26 | 0 | 0.70 | 249 | 0.15 | 0.26 |
| Hex | 3B | 38 | 4C | 16 | 1A | 0 | 46 | F9 | F | 1A |
| Octal | 73 | 70 | 114 | 26 | 32 | 0 | 106 | 371 | 17 | 32 |
| Binary | 111011 | 111000 | 1001100 | 10110 | 11010 | 0 | 1000110 | 11111001 | 1111 | 11010 |
Color Harmonies of #3B384C
Complementary color
Monochromatic Colors of #3B384C
Black with #3B384C
Text Example
Text Example
White with #3B384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B384C; }
p { color: rgb(59,56,76); }
H1.HeaderClassName
{
color: #3B384C;
}
.AnyTagClassName
{
color: #3B384C;
}
</style>
background-color css
<style>
a { background-color: #3B384C; }
a { background-color: rgb(59,56,76); }
div.DivClassName
{
background-color: #3B384C;
}
.BgClassName
{
background-color: #3B384C;
}
</style>
border-color css
<style>
span { border-color: #3B384C; }
span { border-color: rgb(59,56,76); }
td.TdClassName
{
border-color: #3B384C;
}
.TagClassName
{
border-color: #3B384C;
}
</style>