Html Css Color HEX #313839 Outer Space

📋 copy color: '#313839'

red 49 ◦ green 56 ◦ blue 57

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

Shades of Outer Space #313839

Tints of Outer Space #313839

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.57%

 BLUE value IS 57 (22.66% from 255) = 35.19%

R = 30.25%
G = 34.57%
B = 35.19%

CMYK

 C value IS 0.14

 M value IS 0.02

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#313839 (or 0x313839) is known color: Outer Space. HEX triplet: 31, 38 and 39. RGB value is (49,56,57). Sum of RGB (Red+Green+Blue) = 49+56+57=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 57 - color contains mainly: blue. Hex color #313839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313839 is #CEC7C6. Grayscale: #363636. Windows color (decimal): -13551559 or 3749937. OLE color: 3749937.

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

Color convert

RGB 49 56 57 -
CMYK 0.14 0.02 0 0.78
HSL 187.5º 0.08% 0.21% -
HSV(B) 187.5º 0.14% 0.22% -
XYZ 3.42 3.78 4.42 -
YUV 54.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 49 56 57 0.14 0.02 0 0.78 187.5 0.08 0.21
Hex 31 38 39 E 2 0 4E BC 8 15
Octal 61 70 71 16 2 0 116 274 10 25
Binary 110001 111000 111001 1110 10 0 1001110 10111100 1000 10101

Color Harmonies of #313839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313839

Black with #313839

Text Example


Text Example

White with #313839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313839; }

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

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

background-color css

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

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

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

border-color css

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

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

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