Shades of Black Marlin #343348
Tints of Black Marlin #343348
RGB
CMYK
RGB Variations
Color information
#343348 (or 0x343348) is known color: Black Marlin. HEX triplet: 34, 33 and 48. RGB value is (52,51,72). Sum of RGB (Red+Green+Blue) = 52+51+72=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 72 - color contains mainly: blue. Hex color #343348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343348 is #CBCCB7. Grayscale: #353535. Windows color (decimal): -13356216 or 4731700. OLE color: 4731700.
HSL color Cylindrical-coordinate representation of color #343348: hue angle of 242.86º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #343348 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 51 | 72 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.72 |
| HSL | 242.86º | 0.17% | 0.24% | - |
| HSV(B) | 242.86º | 0.29% | 0.28% | - |
| XYZ | 3.77 | 3.57 | 6.62 | - |
| YUV | 53.69 | 138.33 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 72 | 0.28 | 0.29 | 0 | 0.72 | 242.86 | 0.17 | 0.24 |
| Hex | 34 | 33 | 48 | 1C | 1D | 0 | 48 | F3 | 11 | 18 |
| Octal | 64 | 63 | 110 | 34 | 35 | 0 | 110 | 363 | 21 | 30 |
| Binary | 110100 | 110011 | 1001000 | 11100 | 11101 | 0 | 1001000 | 11110011 | 10001 | 11000 |
Color Harmonies of #343348
Complementary color
Monochromatic Colors of #343348
Black with #343348
Text Example
Text Example
White with #343348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343348; }
p { color: rgb(52,51,72); }
H1.HeaderClassName
{
color: #343348;
}
.AnyTagClassName
{
color: #343348;
}
</style>
background-color css
<style>
a { background-color: #343348; }
a { background-color: rgb(52,51,72); }
div.DivClassName
{
background-color: #343348;
}
.BgClassName
{
background-color: #343348;
}
</style>
border-color css
<style>
span { border-color: #343348; }
span { border-color: rgb(52,51,72); }
td.TdClassName
{
border-color: #343348;
}
.TagClassName
{
border-color: #343348;
}
</style>