Shades of Black Marlin #383549
Tints of Black Marlin #383549
RGB
CMYK
RGB Variations
Color information
#383549 (or 0x383549) is known color: Black Marlin. HEX triplet: 38, 35 and 49. RGB value is (56,53,73). Sum of RGB (Red+Green+Blue) = 56+53+73=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 73 - color contains mainly: blue. Hex color #383549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383549 is #C7CAB6. Grayscale: #383838. Windows color (decimal): -13093559 or 4797752. OLE color: 4797752.
HSL color Cylindrical-coordinate representation of color #383549: hue angle of 249º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #383549 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 53 | 73 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.71 |
| HSL | 249º | 0.16% | 0.25% | - |
| HSV(B) | 249º | 0.27% | 0.29% | - |
| XYZ | 4.11 | 3.87 | 6.83 | - |
| YUV | 56.18 | 137.49 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 73 | 0.23 | 0.27 | 0 | 0.71 | 249 | 0.16 | 0.25 |
| Hex | 38 | 35 | 49 | 17 | 1B | 0 | 47 | F9 | 10 | 19 |
| Octal | 70 | 65 | 111 | 27 | 33 | 0 | 107 | 371 | 20 | 31 |
| Binary | 111000 | 110101 | 1001001 | 10111 | 11011 | 0 | 1000111 | 11111001 | 10000 | 11001 |
Color Harmonies of #383549
Complementary color
Monochromatic Colors of #383549
Black with #383549
Text Example
Text Example
White with #383549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383549; }
p { color: rgb(56,53,73); }
H1.HeaderClassName
{
color: #383549;
}
.AnyTagClassName
{
color: #383549;
}
</style>
background-color css
<style>
a { background-color: #383549; }
a { background-color: rgb(56,53,73); }
div.DivClassName
{
background-color: #383549;
}
.BgClassName
{
background-color: #383549;
}
</style>
border-color css
<style>
span { border-color: #383549; }
span { border-color: rgb(56,53,73); }
td.TdClassName
{
border-color: #383549;
}
.TagClassName
{
border-color: #383549;
}
</style>