Shades of Vulcan #38393D
Tints of Vulcan #38393D
RGB
CMYK
RGB Variations
Color information
#38393D (or 0x38393D) is known color: Vulcan. HEX triplet: 38, 39 and 3D. RGB value is (56,57,61). Sum of RGB (Red+Green+Blue) = 56+57+61=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 61 - color contains mainly: blue. Hex color #38393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38393D is #C7C6C2. Grayscale: #393939. Windows color (decimal): -13092547 or 4012344. OLE color: 4012344.
HSL color Cylindrical-coordinate representation of color #38393D: hue angle of 228º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #38393D is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 57 | 61 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.76 |
| HSL | 228º | 0.04% | 0.23% | - |
| HSV(B) | 228º | 0.08% | 0.24% | - |
| XYZ | 3.94 | 4.1 | 5 | - |
| YUV | 57.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 57 | 61 | 0.08 | 0.07 | 0 | 0.76 | 228 | 0.04 | 0.23 |
| Hex | 38 | 39 | 3D | 8 | 7 | 0 | 4C | E4 | 4 | 17 |
| Octal | 70 | 71 | 75 | 10 | 7 | 0 | 114 | 344 | 4 | 27 |
| Binary | 111000 | 111001 | 111101 | 1000 | 111 | 0 | 1001100 | 11100100 | 100 | 10111 |
Color Harmonies of #38393D
Complementary color
Monochromatic Colors of #38393D
Black with #38393D
Text Example
Text Example
White with #38393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38393D; }
p { color: rgb(56,57,61); }
H1.HeaderClassName
{
color: #38393D;
}
.AnyTagClassName
{
color: #38393D;
}
</style>
background-color css
<style>
a { background-color: #38393D; }
a { background-color: rgb(56,57,61); }
div.DivClassName
{
background-color: #38393D;
}
.BgClassName
{
background-color: #38393D;
}
</style>
border-color css
<style>
span { border-color: #38393D; }
span { border-color: rgb(56,57,61); }
td.TdClassName
{
border-color: #38393D;
}
.TagClassName
{
border-color: #38393D;
}
</style>