Shades of Black Marlin #36344A
Tints of Black Marlin #36344A
RGB
CMYK
RGB Variations
Color information
#36344A (or 0x36344A) is known color: Black Marlin. HEX triplet: 36, 34 and 4A. RGB value is (54,52,74). Sum of RGB (Red+Green+Blue) = 54+52+74=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 74 - color contains mainly: blue. Hex color #36344A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36344A is #C9CBB5. Grayscale: #373737. Windows color (decimal): -13224886 or 4863030. OLE color: 4863030.
HSL color Cylindrical-coordinate representation of color #36344A: hue angle of 245.45º 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 #36344A is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 52 | 74 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.71 |
| HSL | 245.45º | 0.17% | 0.25% | - |
| HSV(B) | 245.45º | 0.3% | 0.29% | - |
| XYZ | 3.99 | 3.73 | 6.99 | - |
| YUV | 55.11 | 138.66 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 52 | 74 | 0.27 | 0.30 | 0 | 0.71 | 245.45 | 0.17 | 0.25 |
| Hex | 36 | 34 | 4A | 1B | 1E | 0 | 47 | F5 | 11 | 19 |
| Octal | 66 | 64 | 112 | 33 | 36 | 0 | 107 | 365 | 21 | 31 |
| Binary | 110110 | 110100 | 1001010 | 11011 | 11110 | 0 | 1000111 | 11110101 | 10001 | 11001 |
Color Harmonies of #36344A
Complementary color
Monochromatic Colors of #36344A
Black with #36344A
Text Example
Text Example
White with #36344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36344A; }
p { color: rgb(54,52,74); }
H1.HeaderClassName
{
color: #36344A;
}
.AnyTagClassName
{
color: #36344A;
}
</style>
background-color css
<style>
a { background-color: #36344A; }
a { background-color: rgb(54,52,74); }
div.DivClassName
{
background-color: #36344A;
}
.BgClassName
{
background-color: #36344A;
}
</style>
border-color css
<style>
span { border-color: #36344A; }
span { border-color: rgb(54,52,74); }
td.TdClassName
{
border-color: #36344A;
}
.TagClassName
{
border-color: #36344A;
}
</style>