#373F40

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

Shades of Outer Space #373F40

Tints of Outer Space #373F40

Color information

#373F40 (or 0x373F40) is unknown color: approx Outer Space. HEX triplet: 37, 3F and 40. RGB value is (55,63,64). Sum of RGB (Red+Green+Blue) = 55+63+64=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 64 - color contains mainly: blue. Hex color #373F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373F40 is #C8C0BF. Grayscale: #3C3C3C. Windows color (decimal): -13156544 or 4210487. OLE color: 4210487.

HSL color Cylindrical-coordinate representation of color #373F40: hue angle of 186.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 #373F40 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB556364-
CMYK0.140.0200.75
HSL186.67º7.56%23.33%-
HSV(B)186.67º14.06%25.1%-
XYZ4.284.745.54-
YUV60.72129.85123.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.22%
GREEN value IS 63 (25% from 255) = 34.62%
BLUE value IS 64 (25.39% from 255) = 35.16%
R=30.22%
G=34.62%
B=35.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5563640.140.0200.75186.677.5623.33
Hex373F40E204Bbb817
Octal677710016201132731027
Binary11011111111110000001110100100101110111011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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