Shades of Black Marlin #38354B
Tints of Black Marlin #38354B
RGB
CMYK
RGB Variations
Color information
#38354B (or 0x38354B) is known color: Black Marlin. HEX triplet: 38, 35 and 4B. RGB value is (56,53,75). Sum of RGB (Red+Green+Blue) = 56+53+75=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 75 - color contains mainly: blue. Hex color #38354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38354B is #C7CAB4. Grayscale: #383838. Windows color (decimal): -13093557 or 4928824. OLE color: 4928824.
HSL color Cylindrical-coordinate representation of color #38354B: hue angle of 248.18º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #38354B is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 53 | 75 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.71 |
| HSL | 248.18º | 0.17% | 0.25% | - |
| HSV(B) | 248.18º | 0.29% | 0.29% | - |
| XYZ | 4.17 | 3.89 | 7.19 | - |
| YUV | 56.41 | 138.49 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 75 | 0.25 | 0.29 | 0 | 0.71 | 248.18 | 0.17 | 0.25 |
| Hex | 38 | 35 | 4B | 19 | 1D | 0 | 47 | F8 | 11 | 19 |
| Octal | 70 | 65 | 113 | 31 | 35 | 0 | 107 | 370 | 21 | 31 |
| Binary | 111000 | 110101 | 1001011 | 11001 | 11101 | 0 | 1000111 | 11111000 | 10001 | 11001 |
Color Harmonies of #38354B
Complementary color
Monochromatic Colors of #38354B
Black with #38354B
Text Example
Text Example
White with #38354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38354B; }
p { color: rgb(56,53,75); }
H1.HeaderClassName
{
color: #38354B;
}
.AnyTagClassName
{
color: #38354B;
}
</style>
background-color css
<style>
a { background-color: #38354B; }
a { background-color: rgb(56,53,75); }
div.DivClassName
{
background-color: #38354B;
}
.BgClassName
{
background-color: #38354B;
}
</style>
border-color css
<style>
span { border-color: #38354B; }
span { border-color: rgb(56,53,75); }
td.TdClassName
{
border-color: #38354B;
}
.TagClassName
{
border-color: #38354B;
}
</style>