#31393A

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

Shades of Outer Space #31393A

Tints of Outer Space #31393A

Color information

#31393A (or 0x31393A) is unknown color: approx Outer Space. HEX triplet: 31, 39 and 3A. RGB value is (49,57,58). Sum of RGB (Red+Green+Blue) = 49+57+58=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 58 - color contains mainly: blue. Hex color #31393A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31393A is #CEC6C5. Grayscale: #363636. Windows color (decimal): -13551302 or 3815729. OLE color: 3815729.

HSL color Cylindrical-coordinate representation of color #31393A: hue angle of 186.67º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #31393A is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB495758-
CMYK0.160.0200.77
HSL186.67º8.41%20.98%-
HSV(B)186.67º15.52%22.75%-
XYZ3.493.884.57-
YUV54.72129.85123.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.88%
GREEN value IS 57 (22.66% from 255) = 34.76%
BLUE value IS 58 (23.05% from 255) = 35.37%
R=29.88%
G=34.76%
B=35.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4957580.160.0200.77186.678.4120.98
Hex31393A10204Dbb815
Octal61717220201152731025
Binary11000111100111101010000100100110110111011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31393A; }

 p { color: rgb(49,57,58); }

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

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

 a { background-color: rgb(49,57,58); }

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

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

 span { border-color: rgb(49,57,58); }

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