Shades of Black Marlin #34334C
Tints of Black Marlin #34334C
RGB
CMYK
RGB Variations
Color information
#34334C (or 0x34334C) is known color: Black Marlin. HEX triplet: 34, 33 and 4C. RGB value is (52,51,76). Sum of RGB (Red+Green+Blue) = 52+51+76=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 76 - color contains mainly: blue. Hex color #34334C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34334C is #CBCCB3. Grayscale: #363636. Windows color (decimal): -13356212 or 4993844. OLE color: 4993844.
HSL color Cylindrical-coordinate representation of color #34334C: hue angle of 242.4º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #34334C is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 51 | 76 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.70 |
| HSL | 242.4º | 0.2% | 0.25% | - |
| HSV(B) | 242.4º | 0.33% | 0.3% | - |
| XYZ | 3.9 | 3.62 | 7.33 | - |
| YUV | 54.15 | 140.33 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 76 | 0.32 | 0.33 | 0 | 0.70 | 242.4 | 0.2 | 0.25 |
| Hex | 34 | 33 | 4C | 20 | 21 | 0 | 46 | F2 | 14 | 19 |
| Octal | 64 | 63 | 114 | 40 | 41 | 0 | 106 | 362 | 24 | 31 |
| Binary | 110100 | 110011 | 1001100 | 100000 | 100001 | 0 | 1000110 | 11110010 | 10100 | 11001 |
Color Harmonies of #34334C
Complementary color
Monochromatic Colors of #34334C
Black with #34334C
Text Example
Text Example
White with #34334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34334C; }
p { color: rgb(52,51,76); }
H1.HeaderClassName
{
color: #34334C;
}
.AnyTagClassName
{
color: #34334C;
}
</style>
background-color css
<style>
a { background-color: #34334C; }
a { background-color: rgb(52,51,76); }
div.DivClassName
{
background-color: #34334C;
}
.BgClassName
{
background-color: #34334C;
}
</style>
border-color css
<style>
span { border-color: #34334C; }
span { border-color: rgb(52,51,76); }
td.TdClassName
{
border-color: #34334C;
}
.TagClassName
{
border-color: #34334C;
}
</style>