Shades of Black Marlin #363444
Tints of Black Marlin #363444
RGB
CMYK
RGB Variations
Color information
#363444 (or 0x363444) is known color: Black Marlin. HEX triplet: 36, 34 and 44. RGB value is (54,52,68). Sum of RGB (Red+Green+Blue) = 54+52+68=174 (23% of max value = 765). Red value is 54 (21.48% from 255 or 31.03% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 68 - color contains mainly: blue. Hex color #363444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363444 is #C9CBBB. Grayscale: #363636. Windows color (decimal): -13224892 or 4469814. OLE color: 4469814.
HSL color Cylindrical-coordinate representation of color #363444: hue angle of 247.5º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #363444 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 52 | 68 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.73 |
| HSL | 247.5º | 0.13% | 0.24% | - |
| HSV(B) | 247.5º | 0.24% | 0.27% | - |
| XYZ | 3.79 | 3.66 | 5.97 | - |
| YUV | 54.42 | 135.66 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 52 | 68 | 0.21 | 0.24 | 0 | 0.73 | 247.5 | 0.13 | 0.24 |
| Hex | 36 | 34 | 44 | 15 | 18 | 0 | 49 | F8 | D | 18 |
| Octal | 66 | 64 | 104 | 25 | 30 | 0 | 111 | 370 | 15 | 30 |
| Binary | 110110 | 110100 | 1000100 | 10101 | 11000 | 0 | 1001001 | 11111000 | 1101 | 11000 |
Color Harmonies of #363444
Complementary color
Monochromatic Colors of #363444
Black with #363444
Text Example
Text Example
White with #363444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363444; }
p { color: rgb(54,52,68); }
H1.HeaderClassName
{
color: #363444;
}
.AnyTagClassName
{
color: #363444;
}
</style>
background-color css
<style>
a { background-color: #363444; }
a { background-color: rgb(54,52,68); }
div.DivClassName
{
background-color: #363444;
}
.BgClassName
{
background-color: #363444;
}
</style>
border-color css
<style>
span { border-color: #363444; }
span { border-color: rgb(54,52,68); }
td.TdClassName
{
border-color: #363444;
}
.TagClassName
{
border-color: #363444;
}
</style>