Shades of Black Marlin #343249
Tints of Black Marlin #343249
RGB
CMYK
RGB Variations
Color information
#343249 (or 0x343249) is known color: Black Marlin. HEX triplet: 34, 32 and 49. RGB value is (52,50,73). Sum of RGB (Red+Green+Blue) = 52+50+73=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 73 - color contains mainly: blue. Hex color #343249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343249 is #CBCDB6. Grayscale: #353535. Windows color (decimal): -13356471 or 4796980. OLE color: 4796980.
HSL color Cylindrical-coordinate representation of color #343249: hue angle of 245.22º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #343249 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 50 | 73 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.71 |
| HSL | 245.22º | 0.19% | 0.24% | - |
| HSV(B) | 245.22º | 0.32% | 0.29% | - |
| XYZ | 3.76 | 3.49 | 6.78 | - |
| YUV | 53.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 73 | 0.29 | 0.32 | 0 | 0.71 | 245.22 | 0.19 | 0.24 |
| Hex | 34 | 32 | 49 | 1D | 20 | 0 | 47 | F5 | 13 | 18 |
| Octal | 64 | 62 | 111 | 35 | 40 | 0 | 107 | 365 | 23 | 30 |
| Binary | 110100 | 110010 | 1001001 | 11101 | 100000 | 0 | 1000111 | 11110101 | 10011 | 11000 |
Color Harmonies of #343249
Complementary color
Monochromatic Colors of #343249
Black with #343249
Text Example
Text Example
White with #343249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343249; }
p { color: rgb(52,50,73); }
H1.HeaderClassName
{
color: #343249;
}
.AnyTagClassName
{
color: #343249;
}
</style>
background-color css
<style>
a { background-color: #343249; }
a { background-color: rgb(52,50,73); }
div.DivClassName
{
background-color: #343249;
}
.BgClassName
{
background-color: #343249;
}
</style>
border-color css
<style>
span { border-color: #343249; }
span { border-color: rgb(52,50,73); }
td.TdClassName
{
border-color: #343249;
}
.TagClassName
{
border-color: #343249;
}
</style>