Shades of Black Marlin #3C3B41
Tints of Black Marlin #3C3B41
RGB
CMYK
RGB Variations
Color information
#3C3B41 (or 0x3C3B41) is known color: Black Marlin. HEX triplet: 3C, 3B and 41. RGB value is (60,59,65). Sum of RGB (Red+Green+Blue) = 60+59+65=184 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.61% from 184); Green value is 59 (23.44% from 255 or 32.07% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 65 - color contains mainly: blue. Hex color #3C3B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3B41 is #C3C4BE. Grayscale: #3B3B3B. Windows color (decimal): -12829887 or 4275004. OLE color: 4275004.
HSL color Cylindrical-coordinate representation of color #3C3B41: hue angle of 250º degrees, saturation: 0.05, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #3C3B41 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 59 | 65 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.75 |
| HSL | 250º | 0.05% | 0.24% | - |
| HSV(B) | 250º | 0.09% | 0.25% | - |
| XYZ | 4.38 | 4.47 | 5.63 | - |
| YUV | 59.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 59 | 65 | 0.08 | 0.09 | 0 | 0.75 | 250 | 0.05 | 0.24 |
| Hex | 3C | 3B | 41 | 8 | 9 | 0 | 4B | FA | 5 | 18 |
| Octal | 74 | 73 | 101 | 10 | 11 | 0 | 113 | 372 | 5 | 30 |
| Binary | 111100 | 111011 | 1000001 | 1000 | 1001 | 0 | 1001011 | 11111010 | 101 | 11000 |
Color Harmonies of #3C3B41
Complementary color
Monochromatic Colors of #3C3B41
Black with #3C3B41
Text Example
Text Example
White with #3C3B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3B41; }
p { color: rgb(60,59,65); }
H1.HeaderClassName
{
color: #3C3B41;
}
.AnyTagClassName
{
color: #3C3B41;
}
</style>
background-color css
<style>
a { background-color: #3C3B41; }
a { background-color: rgb(60,59,65); }
div.DivClassName
{
background-color: #3C3B41;
}
.BgClassName
{
background-color: #3C3B41;
}
</style>
border-color css
<style>
span { border-color: #3C3B41; }
span { border-color: rgb(60,59,65); }
td.TdClassName
{
border-color: #3C3B41;
}
.TagClassName
{
border-color: #3C3B41;
}
</style>