Shades of Black Marlin #383644
Tints of Black Marlin #383644
RGB
CMYK
RGB Variations
Color information
#383644 (or 0x383644) is known color: Black Marlin. HEX triplet: 38, 36 and 44. RGB value is (56,54,68). Sum of RGB (Red+Green+Blue) = 56+54+68=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 68 - color contains mainly: blue. Hex color #383644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383644 is #C7C9BB. Grayscale: #383838. Windows color (decimal): -13093308 or 4470328. OLE color: 4470328.
HSL color Cylindrical-coordinate representation of color #383644: hue angle of 248.57º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #383644 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 54 | 68 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.73 |
| HSL | 248.57º | 0.11% | 0.24% | - |
| HSV(B) | 248.57º | 0.21% | 0.27% | - |
| XYZ | 3.99 | 3.9 | 6.01 | - |
| YUV | 56.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 54 | 68 | 0.18 | 0.21 | 0 | 0.73 | 248.57 | 0.11 | 0.24 |
| Hex | 38 | 36 | 44 | 12 | 15 | 0 | 49 | F9 | B | 18 |
| Octal | 70 | 66 | 104 | 22 | 25 | 0 | 111 | 371 | 13 | 30 |
| Binary | 111000 | 110110 | 1000100 | 10010 | 10101 | 0 | 1001001 | 11111001 | 1011 | 11000 |
Color Harmonies of #383644
Complementary color
Monochromatic Colors of #383644
Black with #383644
Text Example
Text Example
White with #383644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383644; }
p { color: rgb(56,54,68); }
H1.HeaderClassName
{
color: #383644;
}
.AnyTagClassName
{
color: #383644;
}
</style>
background-color css
<style>
a { background-color: #383644; }
a { background-color: rgb(56,54,68); }
div.DivClassName
{
background-color: #383644;
}
.BgClassName
{
background-color: #383644;
}
</style>
border-color css
<style>
span { border-color: #383644; }
span { border-color: rgb(56,54,68); }
td.TdClassName
{
border-color: #383644;
}
.TagClassName
{
border-color: #383644;
}
</style>