Shades of Black Marlin #363445
Tints of Black Marlin #363445
RGB
CMYK
RGB Variations
Color information
#363445 (or 0x363445) is known color: Black Marlin. HEX triplet: 36, 34 and 45. RGB value is (54,52,69). Sum of RGB (Red+Green+Blue) = 54+52+69=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 69 - color contains mainly: blue. Hex color #363445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363445 is #C9CBBA. Grayscale: #363636. Windows color (decimal): -13224891 or 4535350. OLE color: 4535350.
HSL color Cylindrical-coordinate representation of color #363445: hue angle of 247.06º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #363445 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 52 | 69 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.73 |
| HSL | 247.06º | 0.14% | 0.24% | - |
| HSV(B) | 247.06º | 0.25% | 0.27% | - |
| XYZ | 3.82 | 3.67 | 6.14 | - |
| YUV | 54.54 | 136.16 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 52 | 69 | 0.22 | 0.25 | 0 | 0.73 | 247.06 | 0.14 | 0.24 |
| Hex | 36 | 34 | 45 | 16 | 19 | 0 | 49 | F7 | E | 18 |
| Octal | 66 | 64 | 105 | 26 | 31 | 0 | 111 | 367 | 16 | 30 |
| Binary | 110110 | 110100 | 1000101 | 10110 | 11001 | 0 | 1001001 | 11110111 | 1110 | 11000 |
Color Harmonies of #363445
Complementary color
Monochromatic Colors of #363445
Black with #363445
Text Example
Text Example
White with #363445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363445; }
p { color: rgb(54,52,69); }
H1.HeaderClassName
{
color: #363445;
}
.AnyTagClassName
{
color: #363445;
}
</style>
background-color css
<style>
a { background-color: #363445; }
a { background-color: rgb(54,52,69); }
div.DivClassName
{
background-color: #363445;
}
.BgClassName
{
background-color: #363445;
}
</style>
border-color css
<style>
span { border-color: #363445; }
span { border-color: rgb(54,52,69); }
td.TdClassName
{
border-color: #363445;
}
.TagClassName
{
border-color: #363445;
}
</style>