Shades of Vulcan #34383D
Tints of Vulcan #34383D
RGB
CMYK
RGB Variations
Color information
#34383D (or 0x34383D) is known color: Vulcan. HEX triplet: 34, 38 and 3D. RGB value is (52,56,61). Sum of RGB (Red+Green+Blue) = 52+56+61=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 61 - color contains mainly: blue. Hex color #34383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34383D is #CBC7C2. Grayscale: #373737. Windows color (decimal): -13354947 or 4012084. OLE color: 4012084.
HSL color Cylindrical-coordinate representation of color #34383D: hue angle of 213.33º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #34383D is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 56 | 61 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.76 |
| HSL | 213.33º | 0.08% | 0.22% | - |
| HSV(B) | 213.33º | 0.15% | 0.24% | - |
| XYZ | 3.67 | 3.9 | 4.97 | - |
| YUV | 55.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 56 | 61 | 0.15 | 0.08 | 0 | 0.76 | 213.33 | 0.08 | 0.22 |
| Hex | 34 | 38 | 3D | F | 8 | 0 | 4C | D5 | 8 | 16 |
| Octal | 64 | 70 | 75 | 17 | 10 | 0 | 114 | 325 | 10 | 26 |
| Binary | 110100 | 111000 | 111101 | 1111 | 1000 | 0 | 1001100 | 11010101 | 1000 | 10110 |
Color Harmonies of #34383D
Complementary color
Monochromatic Colors of #34383D
Black with #34383D
Text Example
Text Example
White with #34383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34383D; }
p { color: rgb(52,56,61); }
H1.HeaderClassName
{
color: #34383D;
}
.AnyTagClassName
{
color: #34383D;
}
</style>
background-color css
<style>
a { background-color: #34383D; }
a { background-color: rgb(52,56,61); }
div.DivClassName
{
background-color: #34383D;
}
.BgClassName
{
background-color: #34383D;
}
</style>
border-color css
<style>
span { border-color: #34383D; }
span { border-color: rgb(52,56,61); }
td.TdClassName
{
border-color: #34383D;
}
.TagClassName
{
border-color: #34383D;
}
</style>