Shades of Black Marlin #3E3D45
Tints of Black Marlin #3E3D45
RGB
CMYK
RGB Variations
Color information
#3E3D45 (or 0x3E3D45) is known color: Black Marlin. HEX triplet: 3E, 3D and 45. RGB value is (62,61,69). Sum of RGB (Red+Green+Blue) = 62+61+69=192 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.29% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 69 - color contains mainly: blue. Hex color #3E3D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3D45 is #C1C2BA. Grayscale: #3E3E3E. Windows color (decimal): -12698299 or 4537662. OLE color: 4537662.
HSL color Cylindrical-coordinate representation of color #3E3D45: hue angle of 247.5º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3E3D45 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 61 | 69 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.73 |
| HSL | 247.5º | 0.06% | 0.25% | - |
| HSV(B) | 247.5º | 0.12% | 0.27% | - |
| XYZ | 4.73 | 4.79 | 6.31 | - |
| YUV | 62.21 | 131.83 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 61 | 69 | 0.10 | 0.12 | 0 | 0.73 | 247.5 | 0.06 | 0.25 |
| Hex | 3E | 3D | 45 | A | C | 0 | 49 | F8 | 6 | 19 |
| Octal | 76 | 75 | 105 | 12 | 14 | 0 | 111 | 370 | 6 | 31 |
| Binary | 111110 | 111101 | 1000101 | 1010 | 1100 | 0 | 1001001 | 11111000 | 110 | 11001 |
Color Harmonies of #3E3D45
Complementary color
Monochromatic Colors of #3E3D45
Black with #3E3D45
Text Example
Text Example
White with #3E3D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3D45; }
p { color: rgb(62,61,69); }
H1.HeaderClassName
{
color: #3E3D45;
}
.AnyTagClassName
{
color: #3E3D45;
}
</style>
background-color css
<style>
a { background-color: #3E3D45; }
a { background-color: rgb(62,61,69); }
div.DivClassName
{
background-color: #3E3D45;
}
.BgClassName
{
background-color: #3E3D45;
}
</style>
border-color css
<style>
span { border-color: #3E3D45; }
span { border-color: rgb(62,61,69); }
td.TdClassName
{
border-color: #3E3D45;
}
.TagClassName
{
border-color: #3E3D45;
}
</style>