Html Css Color HEX #31393B Outer Space

📋 copy color: '#31393B'

red 49 ◦ green 57 ◦ blue 59

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

Shades of Outer Space #31393B

Tints of Outer Space #31393B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.55%

 BLUE value IS 59 (23.44% from 255) = 35.76%

R = 29.7%
G = 34.55%
B = 35.76%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#31393B (or 0x31393B) is known color: Outer Space. HEX triplet: 31, 39 and 3B. RGB value is (49,57,59). Sum of RGB (Red+Green+Blue) = 49+57+59=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 59 - color contains mainly: blue. Hex color #31393B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31393B is #CEC6C4. Grayscale: #363636. Windows color (decimal): -13551301 or 3881265. OLE color: 3881265.

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

Color convert

RGB 49 57 59 -
CMYK 0.17 0.03 0 0.77
HSL 192º 0.09% 0.21% -
HSV(B) 192º 0.17% 0.23% -
XYZ 3.52 3.89 4.7 -
YUV 54.84 130.35 123.84 -
System Red Green Blue C M Y K H S L
Decimal 49 57 59 0.17 0.03 0 0.77 192 0.09 0.21
Hex 31 39 3B 11 3 0 4D C0 9 15
Octal 61 71 73 21 3 0 115 300 11 25
Binary 110001 111001 111011 10001 11 0 1001101 11000000 1001 10101

Color Harmonies of #31393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31393B

Black with #31393B

Text Example


Text Example

White with #31393B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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