Shades of Vulcan #33373F
Tints of Vulcan #33373F
RGB
CMYK
RGB Variations
Color information
#33373F (or 0x33373F) is known color: Vulcan. HEX triplet: 33, 37 and 3F. RGB value is (51,55,63). Sum of RGB (Red+Green+Blue) = 51+55+63=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 63 - color contains mainly: blue. Hex color #33373F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33373F is #CCC8C0. Grayscale: #363636. Windows color (decimal): -13420737 or 4142899. OLE color: 4142899.
HSL color Cylindrical-coordinate representation of color #33373F: hue angle of 220º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #33373F is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 55 | 63 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.75 |
| HSL | 220º | 0.11% | 0.22% | - |
| HSV(B) | 220º | 0.19% | 0.25% | - |
| XYZ | 3.63 | 3.8 | 5.24 | - |
| YUV | 54.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 55 | 63 | 0.19 | 0.13 | 0 | 0.75 | 220 | 0.11 | 0.22 |
| Hex | 33 | 37 | 3F | 13 | D | 0 | 4B | DC | B | 16 |
| Octal | 63 | 67 | 77 | 23 | 15 | 0 | 113 | 334 | 13 | 26 |
| Binary | 110011 | 110111 | 111111 | 10011 | 1101 | 0 | 1001011 | 11011100 | 1011 | 10110 |
Color Harmonies of #33373F
Complementary color
Monochromatic Colors of #33373F
Black with #33373F
Text Example
Text Example
White with #33373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33373F; }
p { color: rgb(51,55,63); }
H1.HeaderClassName
{
color: #33373F;
}
.AnyTagClassName
{
color: #33373F;
}
</style>
background-color css
<style>
a { background-color: #33373F; }
a { background-color: rgb(51,55,63); }
div.DivClassName
{
background-color: #33373F;
}
.BgClassName
{
background-color: #33373F;
}
</style>
border-color css
<style>
span { border-color: #33373F; }
span { border-color: rgb(51,55,63); }
td.TdClassName
{
border-color: #33373F;
}
.TagClassName
{
border-color: #33373F;
}
</style>