Shades of Black Marlin #36354B
Tints of Black Marlin #36354B
RGB
CMYK
RGB Variations
Color information
#36354B (or 0x36354B) is known color: Black Marlin. HEX triplet: 36, 35 and 4B. RGB value is (54,53,75). Sum of RGB (Red+Green+Blue) = 54+53+75=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 75 - color contains mainly: blue. Hex color #36354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36354B is #C9CAB4. Grayscale: #373737. Windows color (decimal): -13224629 or 4928822. OLE color: 4928822.
HSL color Cylindrical-coordinate representation of color #36354B: hue angle of 242.73º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #36354B is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 53 | 75 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.71 |
| HSL | 242.73º | 0.17% | 0.25% | - |
| HSV(B) | 242.73º | 0.29% | 0.29% | - |
| XYZ | 4.06 | 3.84 | 7.18 | - |
| YUV | 55.81 | 138.83 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 53 | 75 | 0.28 | 0.29 | 0 | 0.71 | 242.73 | 0.17 | 0.25 |
| Hex | 36 | 35 | 4B | 1C | 1D | 0 | 47 | F3 | 11 | 19 |
| Octal | 66 | 65 | 113 | 34 | 35 | 0 | 107 | 363 | 21 | 31 |
| Binary | 110110 | 110101 | 1001011 | 11100 | 11101 | 0 | 1000111 | 11110011 | 10001 | 11001 |
Color Harmonies of #36354B
Complementary color
Monochromatic Colors of #36354B
Black with #36354B
Text Example
Text Example
White with #36354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36354B; }
p { color: rgb(54,53,75); }
H1.HeaderClassName
{
color: #36354B;
}
.AnyTagClassName
{
color: #36354B;
}
</style>
background-color css
<style>
a { background-color: #36354B; }
a { background-color: rgb(54,53,75); }
div.DivClassName
{
background-color: #36354B;
}
.BgClassName
{
background-color: #36354B;
}
</style>
border-color css
<style>
span { border-color: #36354B; }
span { border-color: rgb(54,53,75); }
td.TdClassName
{
border-color: #36354B;
}
.TagClassName
{
border-color: #36354B;
}
</style>