Shades of Vulcan #393B3F
Tints of Vulcan #393B3F
RGB
CMYK
RGB Variations
Color information
#393B3F (or 0x393B3F) is known color: Vulcan. HEX triplet: 39, 3B and 3F. RGB value is (57,59,63). Sum of RGB (Red+Green+Blue) = 57+59+63=179 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.84% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 63 - color contains mainly: blue. Hex color #393B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393B3F is #C6C4C0. Grayscale: #3A3A3A. Windows color (decimal): -13026497 or 4143929. OLE color: 4143929.
HSL color Cylindrical-coordinate representation of color #393B3F: hue angle of 220º degrees, saturation: 0.05, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #393B3F is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 59 | 63 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.75 |
| HSL | 220º | 0.05% | 0.24% | - |
| HSV(B) | 220º | 0.1% | 0.25% | - |
| XYZ | 4.15 | 4.36 | 5.32 | - |
| YUV | 58.86 | 130.34 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 63 | 0.10 | 0.06 | 0 | 0.75 | 220 | 0.05 | 0.24 |
| Hex | 39 | 3B | 3F | A | 6 | 0 | 4B | DC | 5 | 18 |
| Octal | 71 | 73 | 77 | 12 | 6 | 0 | 113 | 334 | 5 | 30 |
| Binary | 111001 | 111011 | 111111 | 1010 | 110 | 0 | 1001011 | 11011100 | 101 | 11000 |
Color Harmonies of #393B3F
Complementary color
Monochromatic Colors of #393B3F
Black with #393B3F
Text Example
Text Example
White with #393B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B3F; }
p { color: rgb(57,59,63); }
H1.HeaderClassName
{
color: #393B3F;
}
.AnyTagClassName
{
color: #393B3F;
}
</style>
background-color css
<style>
a { background-color: #393B3F; }
a { background-color: rgb(57,59,63); }
div.DivClassName
{
background-color: #393B3F;
}
.BgClassName
{
background-color: #393B3F;
}
</style>
border-color css
<style>
span { border-color: #393B3F; }
span { border-color: rgb(57,59,63); }
td.TdClassName
{
border-color: #393B3F;
}
.TagClassName
{
border-color: #393B3F;
}
</style>