Shades of Vulcan #393A3C
Tints of Vulcan #393A3C
RGB
CMYK
RGB Variations
Color information
#393A3C (or 0x393A3C) is known color: Vulcan. HEX triplet: 39, 3A and 3C. RGB value is (57,58,60). Sum of RGB (Red+Green+Blue) = 57+58+60=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 60 - color contains mainly: blue. Hex color #393A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393A3C is #C6C5C3. Grayscale: #393939. Windows color (decimal): -13026756 or 3947065. OLE color: 3947065.
HSL color Cylindrical-coordinate representation of color #393A3C: hue angle of 220º degrees, saturation: 0.03, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #393A3C is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 57 | 58 | 60 | - |
CMYK | 0.05 | 0.03 | 0 | 0.76 |
HSL | 220º | 0.03% | 0.23% | - |
HSV(B) | 220º | 0.05% | 0.24% | - |
XYZ | 4.02 | 4.22 | 4.88 | - |
YUV | 57.93 | 129.17 | 127.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 57 | 58 | 60 | 0.05 | 0.03 | 0 | 0.76 | 220 | 0.03 | 0.23 |
Hex | 39 | 3A | 3C | 5 | 3 | 0 | 4C | DC | 3 | 17 |
Octal | 71 | 72 | 74 | 5 | 3 | 0 | 114 | 334 | 3 | 27 |
Binary | 111001 | 111010 | 111100 | 101 | 11 | 0 | 1001100 | 11011100 | 11 | 10111 |
Color Harmonies of #393A3C
Complementary color
Monochromatic Colors of #393A3C
Black with #393A3C
Text Example
Text Example
White with #393A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393A3C; }
p { color: rgb(57,58,60); }
H1.HeaderClassName
{
color: #393A3C;
}
.AnyTagClassName
{
color: #393A3C;
}
</style>
background-color css
<style>
a { background-color: #393A3C; }
a { background-color: rgb(57,58,60); }
div.DivClassName
{
background-color: #393A3C;
}
.BgClassName
{
background-color: #393A3C;
}
</style>
border-color css
<style>
span { border-color: #393A3C; }
span { border-color: rgb(57,58,60); }
td.TdClassName
{
border-color: #393A3C;
}
.TagClassName
{
border-color: #393A3C;
}
</style>