Shades of Vulcan #393C41
Tints of Vulcan #393C41
RGB
CMYK
RGB Variations
Color information
#393C41 (or 0x393C41) is known color: Vulcan. HEX triplet: 39, 3C and 41. RGB value is (57,60,65). Sum of RGB (Red+Green+Blue) = 57+60+65=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 65 - color contains mainly: blue. Hex color #393C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393C41 is #C6C3BE. Grayscale: #3B3B3B. Windows color (decimal): -13026239 or 4275257. OLE color: 4275257.
HSL color Cylindrical-coordinate representation of color #393C41: hue angle of 217.5º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #393C41 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 60 | 65 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.75 |
| HSL | 217.5º | 0.07% | 0.24% | - |
| HSV(B) | 217.5º | 0.12% | 0.25% | - |
| XYZ | 4.26 | 4.48 | 5.64 | - |
| YUV | 59.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 65 | 0.12 | 0.08 | 0 | 0.75 | 217.5 | 0.07 | 0.24 |
| Hex | 39 | 3C | 41 | C | 8 | 0 | 4B | DA | 7 | 18 |
| Octal | 71 | 74 | 101 | 14 | 10 | 0 | 113 | 332 | 7 | 30 |
| Binary | 111001 | 111100 | 1000001 | 1100 | 1000 | 0 | 1001011 | 11011010 | 111 | 11000 |
Color Harmonies of #393C41
Complementary color
Monochromatic Colors of #393C41
Black with #393C41
Text Example
Text Example
White with #393C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393C41; }
p { color: rgb(57,60,65); }
H1.HeaderClassName
{
color: #393C41;
}
.AnyTagClassName
{
color: #393C41;
}
</style>
background-color css
<style>
a { background-color: #393C41; }
a { background-color: rgb(57,60,65); }
div.DivClassName
{
background-color: #393C41;
}
.BgClassName
{
background-color: #393C41;
}
</style>
border-color css
<style>
span { border-color: #393C41; }
span { border-color: rgb(57,60,65); }
td.TdClassName
{
border-color: #393C41;
}
.TagClassName
{
border-color: #393C41;
}
</style>