Shades of Vulcan #333840
Tints of Vulcan #333840
RGB
CMYK
RGB Variations
Color information
#333840 (or 0x333840) is known color: Vulcan. HEX triplet: 33, 38 and 40. RGB value is (51,56,64). Sum of RGB (Red+Green+Blue) = 51+56+64=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 64 - color contains mainly: blue. Hex color #333840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333840 is #CCC7BF. Grayscale: #373737. Windows color (decimal): -13420480 or 4208691. OLE color: 4208691.
HSL color Cylindrical-coordinate representation of color #333840: hue angle of 216.92º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #333840 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 56 | 64 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.75 |
| HSL | 216.92º | 0.11% | 0.23% | - |
| HSV(B) | 216.92º | 0.2% | 0.25% | - |
| XYZ | 3.7 | 3.9 | 5.41 | - |
| YUV | 55.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 56 | 64 | 0.20 | 0.13 | 0 | 0.75 | 216.92 | 0.11 | 0.23 |
| Hex | 33 | 38 | 40 | 14 | D | 0 | 4B | D9 | B | 17 |
| Octal | 63 | 70 | 100 | 24 | 15 | 0 | 113 | 331 | 13 | 27 |
| Binary | 110011 | 111000 | 1000000 | 10100 | 1101 | 0 | 1001011 | 11011001 | 1011 | 10111 |
Color Harmonies of #333840
Complementary color
Monochromatic Colors of #333840
Black with #333840
Text Example
Text Example
White with #333840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333840; }
p { color: rgb(51,56,64); }
H1.HeaderClassName
{
color: #333840;
}
.AnyTagClassName
{
color: #333840;
}
</style>
background-color css
<style>
a { background-color: #333840; }
a { background-color: rgb(51,56,64); }
div.DivClassName
{
background-color: #333840;
}
.BgClassName
{
background-color: #333840;
}
</style>
border-color css
<style>
span { border-color: #333840; }
span { border-color: rgb(51,56,64); }
td.TdClassName
{
border-color: #333840;
}
.TagClassName
{
border-color: #333840;
}
</style>