Shades of Black Marlin #383841
Tints of Black Marlin #383841
RGB
CMYK
RGB Variations
Color information
#383841 (or 0x383841) is known color: Black Marlin. HEX triplet: 38, 38 and 41. RGB value is (56,56,65). Sum of RGB (Red+Green+Blue) = 56+56+65=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 65 - color contains mainly: blue. Hex color #383841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383841 is #C7C7BE. Grayscale: #383838. Windows color (decimal): -13092799 or 4274232. OLE color: 4274232.
HSL color Cylindrical-coordinate representation of color #383841: hue angle of 240º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #383841 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 56 | 65 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.75 |
| HSL | 240º | 0.07% | 0.24% | - |
| HSV(B) | 240º | 0.14% | 0.25% | - |
| XYZ | 4 | 4.05 | 5.57 | - |
| YUV | 57.03 | 132.5 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 56 | 65 | 0.14 | 0.14 | 0 | 0.75 | 240 | 0.07 | 0.24 |
| Hex | 38 | 38 | 41 | E | E | 0 | 4B | F0 | 7 | 18 |
| Octal | 70 | 70 | 101 | 16 | 16 | 0 | 113 | 360 | 7 | 30 |
| Binary | 111000 | 111000 | 1000001 | 1110 | 1110 | 0 | 1001011 | 11110000 | 111 | 11000 |
Color Harmonies of #383841
Complementary color
Monochromatic Colors of #383841
Black with #383841
Text Example
Text Example
White with #383841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383841; }
p { color: rgb(56,56,65); }
H1.HeaderClassName
{
color: #383841;
}
.AnyTagClassName
{
color: #383841;
}
</style>
background-color css
<style>
a { background-color: #383841; }
a { background-color: rgb(56,56,65); }
div.DivClassName
{
background-color: #383841;
}
.BgClassName
{
background-color: #383841;
}
</style>
border-color css
<style>
span { border-color: #383841; }
span { border-color: rgb(56,56,65); }
td.TdClassName
{
border-color: #383841;
}
.TagClassName
{
border-color: #383841;
}
</style>