#373C3D

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

Shades of Outer Space #373C3D

Tints of Outer Space #373C3D

Color information

#373C3D (or 0x373C3D) is unknown color: approx Outer Space. HEX triplet: 37, 3C and 3D. RGB value is (55,60,61). Sum of RGB (Red+Green+Blue) = 55+60+61=176 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.25% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 61 - color contains mainly: blue. Hex color #373C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373C3D is #C8C3C2. Grayscale: #3A3A3A. Windows color (decimal): -13157315 or 4013111. OLE color: 4013111.

HSL color Cylindrical-coordinate representation of color #373C3D: hue angle of 190º degrees, saturation: 0.05, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #373C3D is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB556061-
CMYK0.100.0200.76
HSL190º5.17%22.75%-
HSV(B)190º9.84%23.92%-
XYZ4.034.385.05-
YUV58.62129.34125.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.25%
GREEN value IS 60 (23.83% from 255) = 34.09%
BLUE value IS 61 (24.22% from 255) = 34.66%
R=31.25%
G=34.09%
B=34.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5560610.100.0200.761905.1722.75
Hex373C3DA204Cbe517
Octal6774751220114276527
Binary110111111100111101101010010011001011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,60,61); }

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

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

 a { background-color: rgb(55,60,61); }

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

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

 span { border-color: rgb(55,60,61); }

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