Shades of Vulcan #3B3D41
Tints of Vulcan #3B3D41
RGB
CMYK
RGB Variations
Color information
#3B3D41 (or 0x3B3D41) is known color: Vulcan. HEX triplet: 3B, 3D and 41. RGB value is (59,61,65). Sum of RGB (Red+Green+Blue) = 59+61+65=185 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.89% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 65 - color contains mainly: blue. Hex color #3B3D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3D41 is #C4C2BE. Grayscale: #3C3C3C. Windows color (decimal): -12894911 or 4275515. OLE color: 4275515.
HSL color Cylindrical-coordinate representation of color #3B3D41: hue angle of 220º degrees, saturation: 0.05, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #3B3D41 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 61 | 65 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.75 |
| HSL | 220º | 0.05% | 0.24% | - |
| HSV(B) | 220º | 0.09% | 0.25% | - |
| XYZ | 4.43 | 4.65 | 5.67 | - |
| YUV | 60.86 | 130.34 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 61 | 65 | 0.09 | 0.06 | 0 | 0.75 | 220 | 0.05 | 0.24 |
| Hex | 3B | 3D | 41 | 9 | 6 | 0 | 4B | DC | 5 | 18 |
| Octal | 73 | 75 | 101 | 11 | 6 | 0 | 113 | 334 | 5 | 30 |
| Binary | 111011 | 111101 | 1000001 | 1001 | 110 | 0 | 1001011 | 11011100 | 101 | 11000 |
Color Harmonies of #3B3D41
Complementary color
Monochromatic Colors of #3B3D41
Black with #3B3D41
Text Example
Text Example
White with #3B3D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3D41; }
p { color: rgb(59,61,65); }
H1.HeaderClassName
{
color: #3B3D41;
}
.AnyTagClassName
{
color: #3B3D41;
}
</style>
background-color css
<style>
a { background-color: #3B3D41; }
a { background-color: rgb(59,61,65); }
div.DivClassName
{
background-color: #3B3D41;
}
.BgClassName
{
background-color: #3B3D41;
}
</style>
border-color css
<style>
span { border-color: #3B3D41; }
span { border-color: rgb(59,61,65); }
td.TdClassName
{
border-color: #3B3D41;
}
.TagClassName
{
border-color: #3B3D41;
}
</style>