Html Css Color HEX #313637 Outer Space

📋 copy color: '#313637'

red 49 ◦ green 54 ◦ blue 55

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

Shades of Outer Space #313637

Tints of Outer Space #313637

RGB

 RED value IS 49 (19.53% from 255) = 31.01%

 GREEN value IS 54 (21.48% from 255) = 34.18%

 BLUE value IS 55 (21.88% from 255) = 34.81%

R = 31.01%
G = 34.18%
B = 34.81%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#313637 (or 0x313637) is known color: Outer Space. HEX triplet: 31, 36 and 37. RGB value is (49,54,55). Sum of RGB (Red+Green+Blue) = 49+54+55=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 55 - color contains mainly: blue. Hex color #313637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313637 is #CEC9C8. Grayscale: #343434. Windows color (decimal): -13552073 or 3618353. OLE color: 3618353.

HSL color Cylindrical-coordinate representation of color #313637: hue angle of 190º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #313637 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 54 55 -
CMYK 0.11 0.02 0 0.78
HSL 190º 0.06% 0.2% -
HSV(B) 190º 0.11% 0.22% -
XYZ 3.28 3.57 4.13 -
YUV 52.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 49 54 55 0.11 0.02 0 0.78 190 0.06 0.2
Hex 31 36 37 B 2 0 4E BE 6 14
Octal 61 66 67 13 2 0 116 276 6 24
Binary 110001 110110 110111 1011 10 0 1001110 10111110 110 10100

Color Harmonies of #313637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313637

Black with #313637

Text Example


Text Example

White with #313637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313637; }

 p { color: rgb(49,54,55); }

 H1.HeaderClassName
 {
   color: #313637;
 }
 .AnyTagClassName
 {
   color: #313637;
 }
</style>

background-color css

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

 a { background-color: rgb(49,54,55); }

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

border-color css

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

 span { border-color: rgb(49,54,55); }

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