Shades of Vulcan #33383F
Tints of Vulcan #33383F
RGB
CMYK
RGB Variations
Color information
#33383F (or 0x33383F) is known color: Vulcan. HEX triplet: 33, 38 and 3F. RGB value is (51,56,63). Sum of RGB (Red+Green+Blue) = 51+56+63=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 63 - color contains mainly: blue. Hex color #33383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33383F is #CCC7C0. Grayscale: #373737. Windows color (decimal): -13420481 or 4143155. OLE color: 4143155.
HSL color Cylindrical-coordinate representation of color #33383F: hue angle of 215º 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 #33383F is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 56 | 63 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.75 |
| HSL | 215º | 0.11% | 0.22% | - |
| HSV(B) | 215º | 0.19% | 0.25% | - |
| XYZ | 3.68 | 3.89 | 5.26 | - |
| YUV | 55.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 56 | 63 | 0.19 | 0.11 | 0 | 0.75 | 215 | 0.11 | 0.22 |
| Hex | 33 | 38 | 3F | 13 | B | 0 | 4B | D7 | B | 16 |
| Octal | 63 | 70 | 77 | 23 | 13 | 0 | 113 | 327 | 13 | 26 |
| Binary | 110011 | 111000 | 111111 | 10011 | 1011 | 0 | 1001011 | 11010111 | 1011 | 10110 |
Color Harmonies of #33383F
Complementary color
Monochromatic Colors of #33383F
Black with #33383F
Text Example
Text Example
White with #33383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33383F; }
p { color: rgb(51,56,63); }
H1.HeaderClassName
{
color: #33383F;
}
.AnyTagClassName
{
color: #33383F;
}
</style>
background-color css
<style>
a { background-color: #33383F; }
a { background-color: rgb(51,56,63); }
div.DivClassName
{
background-color: #33383F;
}
.BgClassName
{
background-color: #33383F;
}
</style>
border-color css
<style>
span { border-color: #33383F; }
span { border-color: rgb(51,56,63); }
td.TdClassName
{
border-color: #33383F;
}
.TagClassName
{
border-color: #33383F;
}
</style>