Shades of Vulcan #36373B
Tints of Vulcan #36373B
RGB
CMYK
RGB Variations
Color information
#36373B (or 0x36373B) is known color: Vulcan. HEX triplet: 36, 37 and 3B. RGB value is (54,55,59). Sum of RGB (Red+Green+Blue) = 54+55+59=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 59 - color contains mainly: blue. Hex color #36373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36373B is #C9C8C4. Grayscale: #373737. Windows color (decimal): -13224133 or 3880758. OLE color: 3880758.
HSL color Cylindrical-coordinate representation of color #36373B: hue angle of 228º degrees, saturation: 0.04, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #36373B is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 55 | 59 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.77 |
| HSL | 228º | 0.04% | 0.22% | - |
| HSV(B) | 228º | 0.08% | 0.23% | - |
| XYZ | 3.68 | 3.83 | 4.68 | - |
| YUV | 55.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 55 | 59 | 0.08 | 0.07 | 0 | 0.77 | 228 | 0.04 | 0.22 |
| Hex | 36 | 37 | 3B | 8 | 7 | 0 | 4D | E4 | 4 | 16 |
| Octal | 66 | 67 | 73 | 10 | 7 | 0 | 115 | 344 | 4 | 26 |
| Binary | 110110 | 110111 | 111011 | 1000 | 111 | 0 | 1001101 | 11100100 | 100 | 10110 |
Color Harmonies of #36373B
Complementary color
Monochromatic Colors of #36373B
Black with #36373B
Text Example
Text Example
White with #36373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36373B; }
p { color: rgb(54,55,59); }
H1.HeaderClassName
{
color: #36373B;
}
.AnyTagClassName
{
color: #36373B;
}
</style>
background-color css
<style>
a { background-color: #36373B; }
a { background-color: rgb(54,55,59); }
div.DivClassName
{
background-color: #36373B;
}
.BgClassName
{
background-color: #36373B;
}
</style>
border-color css
<style>
span { border-color: #36373B; }
span { border-color: rgb(54,55,59); }
td.TdClassName
{
border-color: #36373B;
}
.TagClassName
{
border-color: #36373B;
}
</style>