#373941

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

Shades of Vulcan #373941

Tints of Vulcan #373941

Color information

#373941 (or 0x373941) is unknown color: approx Vulcan. HEX triplet: 37, 39 and 41. RGB value is (55,57,65). Sum of RGB (Red+Green+Blue) = 55+57+65=177 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.07% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 65 - color contains mainly: blue. Hex color #373941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373941 is #C8C6BE. Grayscale: #393939. Windows color (decimal): -13158079 or 4274487. OLE color: 4274487.

HSL color Cylindrical-coordinate representation of color #373941: hue angle of 228º 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 #373941 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB555765-
CMYK0.150.1200.75
HSL228º8.33%23.53%-
HSV(B)228º15.38%25.49%-
XYZ3.994.125.59-
YUV57.31132.34126.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.07%
GREEN value IS 57 (22.66% from 255) = 32.20%
BLUE value IS 65 (25.78% from 255) = 36.72%
R=31.07%
G=32.20%
B=36.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5557650.150.1200.752288.3323.53
Hex373941FC04Be4818
Octal6771101171401133441030
Binary1101111110011000001111111000100101111100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373941; }

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

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

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

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

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

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

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

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