Shades of Black Marlin #383741
Tints of Black Marlin #383741
RGB
CMYK
RGB Variations
Color information
#383741 (or 0x383741) is known color: Black Marlin. HEX triplet: 38, 37 and 41. RGB value is (56,55,65). Sum of RGB (Red+Green+Blue) = 56+55+65=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 65 - color contains mainly: blue. Hex color #383741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383741 is #C7C8BE. Grayscale: #383838. Windows color (decimal): -13093055 or 4273976. OLE color: 4273976.
HSL color Cylindrical-coordinate representation of color #383741: hue angle of 246º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #383741 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 55 | 65 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.75 |
| HSL | 246º | 0.08% | 0.24% | - |
| HSV(B) | 246º | 0.15% | 0.25% | - |
| XYZ | 3.95 | 3.95 | 5.56 | - |
| YUV | 56.44 | 132.83 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 55 | 65 | 0.14 | 0.15 | 0 | 0.75 | 246 | 0.08 | 0.24 |
| Hex | 38 | 37 | 41 | E | F | 0 | 4B | F6 | 8 | 18 |
| Octal | 70 | 67 | 101 | 16 | 17 | 0 | 113 | 366 | 10 | 30 |
| Binary | 111000 | 110111 | 1000001 | 1110 | 1111 | 0 | 1001011 | 11110110 | 1000 | 11000 |
Color Harmonies of #383741
Complementary color
Monochromatic Colors of #383741
Black with #383741
Text Example
Text Example
White with #383741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383741; }
p { color: rgb(56,55,65); }
H1.HeaderClassName
{
color: #383741;
}
.AnyTagClassName
{
color: #383741;
}
</style>
background-color css
<style>
a { background-color: #383741; }
a { background-color: rgb(56,55,65); }
div.DivClassName
{
background-color: #383741;
}
.BgClassName
{
background-color: #383741;
}
</style>
border-color css
<style>
span { border-color: #383741; }
span { border-color: rgb(56,55,65); }
td.TdClassName
{
border-color: #383741;
}
.TagClassName
{
border-color: #383741;
}
</style>