Shades of Black Marlin #383748
Tints of Black Marlin #383748
RGB
CMYK
RGB Variations
Color information
#383748 (or 0x383748) is known color: Black Marlin. HEX triplet: 38, 37 and 48. RGB value is (56,55,72). Sum of RGB (Red+Green+Blue) = 56+55+72=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 72 - color contains mainly: blue. Hex color #383748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383748 is #C7C8B7. Grayscale: #393939. Windows color (decimal): -13093048 or 4732728. OLE color: 4732728.
HSL color Cylindrical-coordinate representation of color #383748: hue angle of 243.53º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #383748 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 55 | 72 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.72 |
| HSL | 243.53º | 0.13% | 0.25% | - |
| HSV(B) | 243.53º | 0.24% | 0.28% | - |
| XYZ | 4.17 | 4.04 | 6.69 | - |
| YUV | 57.24 | 136.33 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 55 | 72 | 0.22 | 0.24 | 0 | 0.72 | 243.53 | 0.13 | 0.25 |
| Hex | 38 | 37 | 48 | 16 | 18 | 0 | 48 | F4 | D | 19 |
| Octal | 70 | 67 | 110 | 26 | 30 | 0 | 110 | 364 | 15 | 31 |
| Binary | 111000 | 110111 | 1001000 | 10110 | 11000 | 0 | 1001000 | 11110100 | 1101 | 11001 |
Color Harmonies of #383748
Complementary color
Monochromatic Colors of #383748
Black with #383748
Text Example
Text Example
White with #383748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383748; }
p { color: rgb(56,55,72); }
H1.HeaderClassName
{
color: #383748;
}
.AnyTagClassName
{
color: #383748;
}
</style>
background-color css
<style>
a { background-color: #383748; }
a { background-color: rgb(56,55,72); }
div.DivClassName
{
background-color: #383748;
}
.BgClassName
{
background-color: #383748;
}
</style>
border-color css
<style>
span { border-color: #383748; }
span { border-color: rgb(56,55,72); }
td.TdClassName
{
border-color: #383748;
}
.TagClassName
{
border-color: #383748;
}
</style>