Shades of Vulcan #393B44
Tints of Vulcan #393B44
RGB
CMYK
RGB Variations
Color information
#393B44 (or 0x393B44) is known color: Vulcan. HEX triplet: 39, 3B and 44. RGB value is (57,59,68). Sum of RGB (Red+Green+Blue) = 57+59+68=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 59 (23.44% from 255 or 32.07% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 68 - color contains mainly: blue. Hex color #393B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393B44 is #C6C4BB. Grayscale: #3B3B3B. Windows color (decimal): -13026492 or 4471609. OLE color: 4471609.
HSL color Cylindrical-coordinate representation of color #393B44: hue angle of 229.09º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #393B44 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 59 | 68 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.73 |
| HSL | 229.09º | 0.09% | 0.25% | - |
| HSV(B) | 229.09º | 0.16% | 0.27% | - |
| XYZ | 4.29 | 4.42 | 6.09 | - |
| YUV | 59.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 68 | 0.16 | 0.13 | 0 | 0.73 | 229.09 | 0.09 | 0.25 |
| Hex | 39 | 3B | 44 | 10 | D | 0 | 49 | E5 | 9 | 19 |
| Octal | 71 | 73 | 104 | 20 | 15 | 0 | 111 | 345 | 11 | 31 |
| Binary | 111001 | 111011 | 1000100 | 10000 | 1101 | 0 | 1001001 | 11100101 | 1001 | 11001 |
Color Harmonies of #393B44
Complementary color
Monochromatic Colors of #393B44
Black with #393B44
Text Example
Text Example
White with #393B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B44; }
p { color: rgb(57,59,68); }
H1.HeaderClassName
{
color: #393B44;
}
.AnyTagClassName
{
color: #393B44;
}
</style>
background-color css
<style>
a { background-color: #393B44; }
a { background-color: rgb(57,59,68); }
div.DivClassName
{
background-color: #393B44;
}
.BgClassName
{
background-color: #393B44;
}
</style>
border-color css
<style>
span { border-color: #393B44; }
span { border-color: rgb(57,59,68); }
td.TdClassName
{
border-color: #393B44;
}
.TagClassName
{
border-color: #393B44;
}
</style>