Shades of Black Marlin #363645
Tints of Black Marlin #363645
RGB
CMYK
RGB Variations
Color information
#363645 (or 0x363645) is known color: Black Marlin. HEX triplet: 36, 36 and 45. RGB value is (54,54,69). Sum of RGB (Red+Green+Blue) = 54+54+69=177 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.51% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 69 - color contains mainly: blue. Hex color #363645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363645 is #C9C9BA. Grayscale: #373737. Windows color (decimal): -13224379 or 4535862. OLE color: 4535862.
HSL color Cylindrical-coordinate representation of color #363645: hue angle of 240º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #363645 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 54 | 69 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.73 |
| HSL | 240º | 0.12% | 0.24% | - |
| HSV(B) | 240º | 0.22% | 0.27% | - |
| XYZ | 3.91 | 3.85 | 6.17 | - |
| YUV | 55.71 | 135.5 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 54 | 69 | 0.22 | 0.22 | 0 | 0.73 | 240 | 0.12 | 0.24 |
| Hex | 36 | 36 | 45 | 16 | 16 | 0 | 49 | F0 | C | 18 |
| Octal | 66 | 66 | 105 | 26 | 26 | 0 | 111 | 360 | 14 | 30 |
| Binary | 110110 | 110110 | 1000101 | 10110 | 10110 | 0 | 1001001 | 11110000 | 1100 | 11000 |
Color Harmonies of #363645
Complementary color
Monochromatic Colors of #363645
Black with #363645
Text Example
Text Example
White with #363645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363645; }
p { color: rgb(54,54,69); }
H1.HeaderClassName
{
color: #363645;
}
.AnyTagClassName
{
color: #363645;
}
</style>
background-color css
<style>
a { background-color: #363645; }
a { background-color: rgb(54,54,69); }
div.DivClassName
{
background-color: #363645;
}
.BgClassName
{
background-color: #363645;
}
</style>
border-color css
<style>
span { border-color: #363645; }
span { border-color: rgb(54,54,69); }
td.TdClassName
{
border-color: #363645;
}
.TagClassName
{
border-color: #363645;
}
</style>