Shades of Vulcan #3B3C3E
Tints of Vulcan #3B3C3E
RGB
CMYK
RGB Variations
Color information
#3B3C3E (or 0x3B3C3E) is known color: Vulcan. HEX triplet: 3B, 3C and 3E. RGB value is (59,60,62). Sum of RGB (Red+Green+Blue) = 59+60+62=181 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.60% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 62 - color contains mainly: blue. Hex color #3B3C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3C3E is #C4C3C1. Grayscale: #3B3B3B. Windows color (decimal): -12895170 or 4078651. OLE color: 4078651.
HSL color Cylindrical-coordinate representation of color #3B3C3E: hue angle of 220º degrees, saturation: 0.02, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #3B3C3E is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 59 | 60 | 62 | - |
CMYK | 0.05 | 0.03 | 0 | 0.76 |
HSL | 220º | 0.02% | 0.24% | - |
HSV(B) | 220º | 0.05% | 0.24% | - |
XYZ | 4.29 | 4.51 | 5.2 | - |
YUV | 59.93 | 129.17 | 127.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 59 | 60 | 62 | 0.05 | 0.03 | 0 | 0.76 | 220 | 0.02 | 0.24 |
Hex | 3B | 3C | 3E | 5 | 3 | 0 | 4C | DC | 2 | 18 |
Octal | 73 | 74 | 76 | 5 | 3 | 0 | 114 | 334 | 2 | 30 |
Binary | 111011 | 111100 | 111110 | 101 | 11 | 0 | 1001100 | 11011100 | 10 | 11000 |
Color Harmonies of #3B3C3E
Complementary color
Monochromatic Colors of #3B3C3E
Black with #3B3C3E
Text Example
Text Example
White with #3B3C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3C3E; }
p { color: rgb(59,60,62); }
H1.HeaderClassName
{
color: #3B3C3E;
}
.AnyTagClassName
{
color: #3B3C3E;
}
</style>
background-color css
<style>
a { background-color: #3B3C3E; }
a { background-color: rgb(59,60,62); }
div.DivClassName
{
background-color: #3B3C3E;
}
.BgClassName
{
background-color: #3B3C3E;
}
</style>
border-color css
<style>
span { border-color: #3B3C3E; }
span { border-color: rgb(59,60,62); }
td.TdClassName
{
border-color: #3B3C3E;
}
.TagClassName
{
border-color: #3B3C3E;
}
</style>