Shades of Black Marlin #36334B
Tints of Black Marlin #36334B
RGB
CMYK
RGB Variations
Color information
#36334B (or 0x36334B) is known color: Black Marlin. HEX triplet: 36, 33 and 4B. RGB value is (54,51,75). Sum of RGB (Red+Green+Blue) = 54+51+75=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 75 - color contains mainly: blue. Hex color #36334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36334B is #C9CCB4. Grayscale: #363636. Windows color (decimal): -13225141 or 4928310. OLE color: 4928310.
HSL color Cylindrical-coordinate representation of color #36334B: hue angle of 247.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #36334B is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 51 | 75 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.71 |
| HSL | 247.5º | 0.19% | 0.25% | - |
| HSV(B) | 247.5º | 0.32% | 0.29% | - |
| XYZ | 3.98 | 3.66 | 7.15 | - |
| YUV | 54.63 | 139.49 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 51 | 75 | 0.28 | 0.32 | 0 | 0.71 | 247.5 | 0.19 | 0.25 |
| Hex | 36 | 33 | 4B | 1C | 20 | 0 | 47 | F8 | 13 | 19 |
| Octal | 66 | 63 | 113 | 34 | 40 | 0 | 107 | 370 | 23 | 31 |
| Binary | 110110 | 110011 | 1001011 | 11100 | 100000 | 0 | 1000111 | 11111000 | 10011 | 11001 |
Color Harmonies of #36334B
Complementary color
Monochromatic Colors of #36334B
Black with #36334B
Text Example
Text Example
White with #36334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36334B; }
p { color: rgb(54,51,75); }
H1.HeaderClassName
{
color: #36334B;
}
.AnyTagClassName
{
color: #36334B;
}
</style>
background-color css
<style>
a { background-color: #36334B; }
a { background-color: rgb(54,51,75); }
div.DivClassName
{
background-color: #36334B;
}
.BgClassName
{
background-color: #36334B;
}
</style>
border-color css
<style>
span { border-color: #36334B; }
span { border-color: rgb(54,51,75); }
td.TdClassName
{
border-color: #36334B;
}
.TagClassName
{
border-color: #36334B;
}
</style>