#373B42

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

Shades of Vulcan #373B42

Tints of Vulcan #373B42

Color information

#373B42 (or 0x373B42) is unknown color: approx Vulcan. HEX triplet: 37, 3B and 42. RGB value is (55,59,66). Sum of RGB (Red+Green+Blue) = 55+59+66=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 59 (23.44% from 255 or 32.78% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 66 - color contains mainly: blue. Hex color #373B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373B42 is #C8C4BD. Grayscale: #3A3A3A. Windows color (decimal): -13157566 or 4340535. OLE color: 4340535.

HSL color Cylindrical-coordinate representation of color #373B42: hue angle of 218.18º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #373B42 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB555966-
CMYK0.170.1100.74
HSL218.18º9.09%23.73%-
HSV(B)218.18º16.67%25.88%-
XYZ4.124.335.77-
YUV58.6132.17125.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.56%
GREEN value IS 59 (23.44% from 255) = 32.78%
BLUE value IS 66 (26.17% from 255) = 36.67%
R=30.56%
G=32.78%
B=36.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5559660.170.1100.74218.189.0923.73
Hex373B4211B04Ada918
Octal6773102211301123321130
Binary11011111101110000101000110110100101011011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,59,66); }

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

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

 a { background-color: rgb(55,59,66); }

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

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

 span { border-color: rgb(55,59,66); }

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