#373A41

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

Shades of Vulcan #373A41

Tints of Vulcan #373A41

Color information

#373A41 (or 0x373A41) is unknown color: approx Vulcan. HEX triplet: 37, 3A and 41. RGB value is (55,58,65). Sum of RGB (Red+Green+Blue) = 55+58+65=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 65 - color contains mainly: blue. Hex color #373A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373A41 is #C8C5BE. Grayscale: #393939. Windows color (decimal): -13157823 or 4274743. OLE color: 4274743.

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

Color convert

RGB555865-
CMYK0.150.1100.75
HSL222º8.33%23.53%-
HSV(B)222º15.38%25.49%-
XYZ4.044.225.6-
YUV57.9132.01125.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.90%
GREEN value IS 58 (23.05% from 255) = 32.58%
BLUE value IS 65 (25.78% from 255) = 36.52%
R=30.90%
G=32.58%
B=36.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5558650.150.1100.752228.3323.53
Hex373A41FB04Bde818
Octal6772101171301133361030
Binary1101111110101000001111110110100101111011110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373A41; }

 p { color: rgb(55,58,65); }

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

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

 a { background-color: rgb(55,58,65); }

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

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

 span { border-color: rgb(55,58,65); }

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