#373940

Color #373940 Vulcan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vulcan #373940

Tints of Vulcan #373940

Color information

#373940 (or 0x373940) is unknown color: approx Vulcan. HEX triplet: 37, 39 and 40. RGB value is (55,57,64). Sum of RGB (Red+Green+Blue) = 55+57+64=176 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.25% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 64 - color contains mainly: blue. Hex color #373940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373940 is #C8C6BF. Grayscale: #393939. Windows color (decimal): -13158080 or 4208951. OLE color: 4208951.

HSL color Cylindrical-coordinate representation of color #373940: hue angle of 226.67º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #373940 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB555764-
CMYK0.140.1100.75
HSL226.67º7.56%23.33%-
HSV(B)226.67º14.06%25.1%-
XYZ3.964.115.43-
YUV57.2131.84126.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 31.25%
GREEN value IS 57 (22.66% from 255) = 32.39%
BLUE value IS 64 (25.39% from 255) = 36.36%
R=31.25%
G=32.39%
B=36.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5557640.140.1100.75226.677.5623.33
Hex373940EB04Be3817
Octal6771100161301133431027
Binary1101111110011000000111010110100101111100011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373940; }

 p { color: rgb(55,57,64); }

 H1.HeaderClassName
 {
   color: #373940;
 }
 .AnyTagClassName
 {
   color: #373940;
 }
</style>
background-color css

<style>
 a { background-color: #373940; }

 a { background-color: rgb(55,57,64); }

 div.DivClassName
 {
   background-color: #373940;
 }
 .BgClassName
 {
   background-color: #373940;
 }
</style>
border-color css

<style>
 span { border-color: #373940; }

 span { border-color: rgb(55,57,64); }

 td.TdClassName
 {
   border-color: #373940;
 }
 .TagClassName
 {
   border-color: #373940;
 }
</style>