Shades of Vulcan #393B40
Tints of Vulcan #393B40
RGB
CMYK
RGB Variations
Color information
#393B40 (or 0x393B40) is known color: Vulcan. HEX triplet: 39, 3B and 40. RGB value is (57,59,64). Sum of RGB (Red+Green+Blue) = 57+59+64=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 59 (23.44% from 255 or 32.78% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 64 - color contains mainly: blue. Hex color #393B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393B40 is #C6C4BF. Grayscale: #3A3A3A. Windows color (decimal): -13026496 or 4209465. OLE color: 4209465.
HSL color Cylindrical-coordinate representation of color #393B40: hue angle of 222.86º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #393B40 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 59 | 64 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.75 |
| HSL | 222.86º | 0.06% | 0.24% | - |
| HSV(B) | 222.86º | 0.11% | 0.25% | - |
| XYZ | 4.18 | 4.37 | 5.47 | - |
| YUV | 58.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 64 | 0.11 | 0.08 | 0 | 0.75 | 222.86 | 0.06 | 0.24 |
| Hex | 39 | 3B | 40 | B | 8 | 0 | 4B | DF | 6 | 18 |
| Octal | 71 | 73 | 100 | 13 | 10 | 0 | 113 | 337 | 6 | 30 |
| Binary | 111001 | 111011 | 1000000 | 1011 | 1000 | 0 | 1001011 | 11011111 | 110 | 11000 |
Color Harmonies of #393B40
Complementary color
Monochromatic Colors of #393B40
Black with #393B40
Text Example
Text Example
White with #393B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B40; }
p { color: rgb(57,59,64); }
H1.HeaderClassName
{
color: #393B40;
}
.AnyTagClassName
{
color: #393B40;
}
</style>
background-color css
<style>
a { background-color: #393B40; }
a { background-color: rgb(57,59,64); }
div.DivClassName
{
background-color: #393B40;
}
.BgClassName
{
background-color: #393B40;
}
</style>
border-color css
<style>
span { border-color: #393B40; }
span { border-color: rgb(57,59,64); }
td.TdClassName
{
border-color: #393B40;
}
.TagClassName
{
border-color: #393B40;
}
</style>