Shades of Black Marlin #383548
Tints of Black Marlin #383548
RGB
CMYK
RGB Variations
Color information
#383548 (or 0x383548) is known color: Black Marlin. HEX triplet: 38, 35 and 48. RGB value is (56,53,72). Sum of RGB (Red+Green+Blue) = 56+53+72=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 72 - color contains mainly: blue. Hex color #383548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383548 is #C7CAB7. Grayscale: #373737. Windows color (decimal): -13093560 or 4732216. OLE color: 4732216.
HSL color Cylindrical-coordinate representation of color #383548: hue angle of 249.47º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #383548 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 53 | 72 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.72 |
| HSL | 249.47º | 0.15% | 0.25% | - |
| HSV(B) | 249.47º | 0.26% | 0.28% | - |
| XYZ | 4.07 | 3.85 | 6.66 | - |
| YUV | 56.06 | 136.99 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 72 | 0.22 | 0.26 | 0 | 0.72 | 249.47 | 0.15 | 0.25 |
| Hex | 38 | 35 | 48 | 16 | 1A | 0 | 48 | F9 | F | 19 |
| Octal | 70 | 65 | 110 | 26 | 32 | 0 | 110 | 371 | 17 | 31 |
| Binary | 111000 | 110101 | 1001000 | 10110 | 11010 | 0 | 1001000 | 11111001 | 1111 | 11001 |
Color Harmonies of #383548
Complementary color
Monochromatic Colors of #383548
Black with #383548
Text Example
Text Example
White with #383548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383548; }
p { color: rgb(56,53,72); }
H1.HeaderClassName
{
color: #383548;
}
.AnyTagClassName
{
color: #383548;
}
</style>
background-color css
<style>
a { background-color: #383548; }
a { background-color: rgb(56,53,72); }
div.DivClassName
{
background-color: #383548;
}
.BgClassName
{
background-color: #383548;
}
</style>
border-color css
<style>
span { border-color: #383548; }
span { border-color: rgb(56,53,72); }
td.TdClassName
{
border-color: #383548;
}
.TagClassName
{
border-color: #383548;
}
</style>