Shades of Vulcan #3C3D41
Tints of Vulcan #3C3D41
RGB
CMYK
RGB Variations
Color information
#3C3D41 (or 0x3C3D41) is known color: Vulcan. HEX triplet: 3C, 3D and 41. RGB value is (60,61,65). Sum of RGB (Red+Green+Blue) = 60+61+65=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 65 - color contains mainly: blue. Hex color #3C3D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3D41 is #C3C2BE. Grayscale: #3D3D3D. Windows color (decimal): -12829375 or 4275516. OLE color: 4275516.
HSL color Cylindrical-coordinate representation of color #3C3D41: hue angle of 228º degrees, saturation: 0.04, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3C3D41 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 61 | 65 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.75 |
| HSL | 228º | 0.04% | 0.25% | - |
| HSV(B) | 228º | 0.08% | 0.25% | - |
| XYZ | 4.49 | 4.68 | 5.67 | - |
| YUV | 61.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 61 | 65 | 0.08 | 0.06 | 0 | 0.75 | 228 | 0.04 | 0.25 |
| Hex | 3C | 3D | 41 | 8 | 6 | 0 | 4B | E4 | 4 | 19 |
| Octal | 74 | 75 | 101 | 10 | 6 | 0 | 113 | 344 | 4 | 31 |
| Binary | 111100 | 111101 | 1000001 | 1000 | 110 | 0 | 1001011 | 11100100 | 100 | 11001 |
Color Harmonies of #3C3D41
Complementary color
Monochromatic Colors of #3C3D41
Black with #3C3D41
Text Example
Text Example
White with #3C3D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3D41; }
p { color: rgb(60,61,65); }
H1.HeaderClassName
{
color: #3C3D41;
}
.AnyTagClassName
{
color: #3C3D41;
}
</style>
background-color css
<style>
a { background-color: #3C3D41; }
a { background-color: rgb(60,61,65); }
div.DivClassName
{
background-color: #3C3D41;
}
.BgClassName
{
background-color: #3C3D41;
}
</style>
border-color css
<style>
span { border-color: #3C3D41; }
span { border-color: rgb(60,61,65); }
td.TdClassName
{
border-color: #3C3D41;
}
.TagClassName
{
border-color: #3C3D41;
}
</style>