Shades of Black Marlin #383649
Tints of Black Marlin #383649
RGB
CMYK
RGB Variations
Color information
#383649 (or 0x383649) is known color: Black Marlin. HEX triplet: 38, 36 and 49. RGB value is (56,54,73). Sum of RGB (Red+Green+Blue) = 56+54+73=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 73 - color contains mainly: blue. Hex color #383649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383649 is #C7C9B6. Grayscale: #383838. Windows color (decimal): -13093303 or 4798008. OLE color: 4798008.
HSL color Cylindrical-coordinate representation of color #383649: hue angle of 246.32º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #383649 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 54 | 73 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.71 |
| HSL | 246.32º | 0.15% | 0.25% | - |
| HSV(B) | 246.32º | 0.26% | 0.29% | - |
| XYZ | 4.15 | 3.96 | 6.85 | - |
| YUV | 56.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 54 | 73 | 0.23 | 0.26 | 0 | 0.71 | 246.32 | 0.15 | 0.25 |
| Hex | 38 | 36 | 49 | 17 | 1A | 0 | 47 | F6 | F | 19 |
| Octal | 70 | 66 | 111 | 27 | 32 | 0 | 107 | 366 | 17 | 31 |
| Binary | 111000 | 110110 | 1001001 | 10111 | 11010 | 0 | 1000111 | 11110110 | 1111 | 11001 |
Color Harmonies of #383649
Complementary color
Monochromatic Colors of #383649
Black with #383649
Text Example
Text Example
White with #383649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383649; }
p { color: rgb(56,54,73); }
H1.HeaderClassName
{
color: #383649;
}
.AnyTagClassName
{
color: #383649;
}
</style>
background-color css
<style>
a { background-color: #383649; }
a { background-color: rgb(56,54,73); }
div.DivClassName
{
background-color: #383649;
}
.BgClassName
{
background-color: #383649;
}
</style>
border-color css
<style>
span { border-color: #383649; }
span { border-color: rgb(56,54,73); }
td.TdClassName
{
border-color: #383649;
}
.TagClassName
{
border-color: #383649;
}
</style>