Shades of Black Marlin #383641
Tints of Black Marlin #383641
RGB
CMYK
RGB Variations
Color information
#383641 (or 0x383641) is known color: Black Marlin. HEX triplet: 38, 36 and 41. RGB value is (56,54,65). Sum of RGB (Red+Green+Blue) = 56+54+65=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 65 - color contains mainly: blue. Hex color #383641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383641 is #C7C9BE. Grayscale: #373737. Windows color (decimal): -13093311 or 4273720. OLE color: 4273720.
HSL color Cylindrical-coordinate representation of color #383641: hue angle of 250.91º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #383641 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 54 | 65 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.75 |
| HSL | 250.91º | 0.09% | 0.23% | - |
| HSV(B) | 250.91º | 0.17% | 0.25% | - |
| XYZ | 3.9 | 3.86 | 5.54 | - |
| YUV | 55.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 54 | 65 | 0.14 | 0.17 | 0 | 0.75 | 250.91 | 0.09 | 0.23 |
| Hex | 38 | 36 | 41 | E | 11 | 0 | 4B | FB | 9 | 17 |
| Octal | 70 | 66 | 101 | 16 | 21 | 0 | 113 | 373 | 11 | 27 |
| Binary | 111000 | 110110 | 1000001 | 1110 | 10001 | 0 | 1001011 | 11111011 | 1001 | 10111 |
Color Harmonies of #383641
Complementary color
Monochromatic Colors of #383641
Black with #383641
Text Example
Text Example
White with #383641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383641; }
p { color: rgb(56,54,65); }
H1.HeaderClassName
{
color: #383641;
}
.AnyTagClassName
{
color: #383641;
}
</style>
background-color css
<style>
a { background-color: #383641; }
a { background-color: rgb(56,54,65); }
div.DivClassName
{
background-color: #383641;
}
.BgClassName
{
background-color: #383641;
}
</style>
border-color css
<style>
span { border-color: #383641; }
span { border-color: rgb(56,54,65); }
td.TdClassName
{
border-color: #383641;
}
.TagClassName
{
border-color: #383641;
}
</style>