Shades of Black Marlin #3C3B44
Tints of Black Marlin #3C3B44
RGB
CMYK
RGB Variations
Color information
#3C3B44 (or 0x3C3B44) is known color: Black Marlin. HEX triplet: 3C, 3B and 44. RGB value is (60,59,68). Sum of RGB (Red+Green+Blue) = 60+59+68=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 68 - color contains mainly: blue. Hex color #3C3B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3B44 is #C3C4BB. Grayscale: #3C3C3C. Windows color (decimal): -12829884 or 4471612. OLE color: 4471612.
HSL color Cylindrical-coordinate representation of color #3C3B44: hue angle of 246.67º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3C3B44 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 59 | 68 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.73 |
| HSL | 246.67º | 0.07% | 0.25% | - |
| HSV(B) | 246.67º | 0.13% | 0.27% | - |
| XYZ | 4.47 | 4.51 | 6.1 | - |
| YUV | 60.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 59 | 68 | 0.12 | 0.13 | 0 | 0.73 | 246.67 | 0.07 | 0.25 |
| Hex | 3C | 3B | 44 | C | D | 0 | 49 | F7 | 7 | 19 |
| Octal | 74 | 73 | 104 | 14 | 15 | 0 | 111 | 367 | 7 | 31 |
| Binary | 111100 | 111011 | 1000100 | 1100 | 1101 | 0 | 1001001 | 11110111 | 111 | 11001 |
Color Harmonies of #3C3B44
Complementary color
Monochromatic Colors of #3C3B44
Black with #3C3B44
Text Example
Text Example
White with #3C3B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3B44; }
p { color: rgb(60,59,68); }
H1.HeaderClassName
{
color: #3C3B44;
}
.AnyTagClassName
{
color: #3C3B44;
}
</style>
background-color css
<style>
a { background-color: #3C3B44; }
a { background-color: rgb(60,59,68); }
div.DivClassName
{
background-color: #3C3B44;
}
.BgClassName
{
background-color: #3C3B44;
}
</style>
border-color css
<style>
span { border-color: #3C3B44; }
span { border-color: rgb(60,59,68); }
td.TdClassName
{
border-color: #3C3B44;
}
.TagClassName
{
border-color: #3C3B44;
}
</style>