Shades of Vulcan #3E3F41
Tints of Vulcan #3E3F41
RGB
CMYK
RGB Variations
Color information
#3E3F41 (or 0x3E3F41) is known color: Vulcan. HEX triplet: 3E, 3F and 41. RGB value is (62,63,65). Sum of RGB (Red+Green+Blue) = 62+63+65=190 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.63% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 65 - color contains mainly: blue. Hex color #3E3F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3F41 is #C1C0BE. Grayscale: #3E3E3E. Windows color (decimal): -12697791 or 4276030. OLE color: 4276030.
HSL color Cylindrical-coordinate representation of color #3E3F41: hue angle of 220º degrees, saturation: 0.02, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #3E3F41 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
RGB | 62 | 63 | 65 | - |
CMYK | 0.05 | 0.03 | 0 | 0.75 |
HSL | 220º | 0.02% | 0.25% | - |
HSV(B) | 220º | 0.05% | 0.25% | - |
XYZ | 4.72 | 4.96 | 5.71 | - |
YUV | 62.93 | 129.17 | 127.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 63 | 65 | 0.05 | 0.03 | 0 | 0.75 | 220 | 0.02 | 0.25 |
Hex | 3E | 3F | 41 | 5 | 3 | 0 | 4B | DC | 2 | 19 |
Octal | 76 | 77 | 101 | 5 | 3 | 0 | 113 | 334 | 2 | 31 |
Binary | 111110 | 111111 | 1000001 | 101 | 11 | 0 | 1001011 | 11011100 | 10 | 11001 |
Color Harmonies of #3E3F41
Complementary color
Monochromatic Colors of #3E3F41
Black with #3E3F41
Text Example
Text Example
White with #3E3F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3F41; }
p { color: rgb(62,63,65); }
H1.HeaderClassName
{
color: #3E3F41;
}
.AnyTagClassName
{
color: #3E3F41;
}
</style>
background-color css
<style>
a { background-color: #3E3F41; }
a { background-color: rgb(62,63,65); }
div.DivClassName
{
background-color: #3E3F41;
}
.BgClassName
{
background-color: #3E3F41;
}
</style>
border-color css
<style>
span { border-color: #3E3F41; }
span { border-color: rgb(62,63,65); }
td.TdClassName
{
border-color: #3E3F41;
}
.TagClassName
{
border-color: #3E3F41;
}
</style>