Html Css Color HEX #31393A Outer Space

📋 copy color: '#31393A'

red 49 ◦ green 57 ◦ blue 58

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

Shades of Outer Space #31393A

Tints of Outer Space #31393A

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

 M value IS 0.02

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#31393A (or 0x31393A) is known color: 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

RGB 49 57 58 -
CMYK 0.16 0.02 0 0.77
HSL 186.67º 0.08% 0.21% -
HSV(B) 186.67º 0.16% 0.23% -
XYZ 3.49 3.88 4.57 -
YUV 54.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 49 57 58 0.16 0.02 0 0.77 186.67 0.08 0.21
Hex 31 39 3A 10 2 0 4D BB 8 15
Octal 61 71 72 20 2 0 115 273 10 25
Binary 110001 111001 111010 10000 10 0 1001101 10111011 1000 10101

Color Harmonies of #31393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31393A

Black with #31393A

Text Example


Text Example

White with #31393A

Text Example


Text Example

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