Shades of Black Marlin #34344A
Tints of Black Marlin #34344A
RGB
CMYK
RGB Variations
Color information
#34344A (or 0x34344A) is known color: Black Marlin. HEX triplet: 34, 34 and 4A. RGB value is (52,52,74). Sum of RGB (Red+Green+Blue) = 52+52+74=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 74 - color contains mainly: blue. Hex color #34344A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34344A is #CBCBB5. Grayscale: #363636. Windows color (decimal): -13355958 or 4863028. OLE color: 4863028.
HSL color Cylindrical-coordinate representation of color #34344A: hue angle of 240º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #34344A is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 52 | 74 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.71 |
| HSL | 240º | 0.17% | 0.25% | - |
| HSV(B) | 240º | 0.3% | 0.29% | - |
| XYZ | 3.88 | 3.68 | 6.98 | - |
| YUV | 54.51 | 139 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 52 | 74 | 0.30 | 0.30 | 0 | 0.71 | 240 | 0.17 | 0.25 |
| Hex | 34 | 34 | 4A | 1E | 1E | 0 | 47 | F0 | 11 | 19 |
| Octal | 64 | 64 | 112 | 36 | 36 | 0 | 107 | 360 | 21 | 31 |
| Binary | 110100 | 110100 | 1001010 | 11110 | 11110 | 0 | 1000111 | 11110000 | 10001 | 11001 |
Color Harmonies of #34344A
Complementary color
Monochromatic Colors of #34344A
Black with #34344A
Text Example
Text Example
White with #34344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34344A; }
p { color: rgb(52,52,74); }
H1.HeaderClassName
{
color: #34344A;
}
.AnyTagClassName
{
color: #34344A;
}
</style>
background-color css
<style>
a { background-color: #34344A; }
a { background-color: rgb(52,52,74); }
div.DivClassName
{
background-color: #34344A;
}
.BgClassName
{
background-color: #34344A;
}
</style>
border-color css
<style>
span { border-color: #34344A; }
span { border-color: rgb(52,52,74); }
td.TdClassName
{
border-color: #34344A;
}
.TagClassName
{
border-color: #34344A;
}
</style>