Html Css Color HEX #373C3D Outer Space

📋 copy color: '#373C3D'

red 55 ◦ green 60 ◦ blue 61

#373C3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Outer Space #373C3D

Tints of Outer Space #373C3D

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 value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#373C3D (or 0x373C3D) is known color: 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

RGB 55 60 61 -
CMYK 0.10 0.02 0 0.76
HSL 190º 0.05% 0.23% -
HSV(B) 190º 0.1% 0.24% -
XYZ 4.03 4.38 5.05 -
YUV 58.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 55 60 61 0.10 0.02 0 0.76 190 0.05 0.23
Hex 37 3C 3D A 2 0 4C BE 5 17
Octal 67 74 75 12 2 0 114 276 5 27
Binary 110111 111100 111101 1010 10 0 1001100 10111110 101 10111

Color Harmonies of #373C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373C3D

Black with #373C3D

Text Example


Text Example

White with #373C3D

Text Example


Text Example

HTML Codes & Css Web 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>