#313939

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

Shades of Outer Space #313939

Tints of Outer Space #313939

Color information

#313939 (or 0x313939) is unknown color: approx Outer Space. HEX triplet: 31, 39 and 39. RGB value is (49,57,57). Sum of RGB (Red+Green+Blue) = 49+57+57=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 57 (22.66% from 255 or 34.97% from 163); Max value from RGB is 57 - color contains mainly: green, blue. Hex color #313939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313939 is #CEC6C6. Grayscale: #363636. Windows color (decimal): -13551303 or 3750193. OLE color: 3750193.

HSL color Cylindrical-coordinate representation of color #313939: hue angle of 180º 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 #313939 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB495757-
CMYK0.14000.78
HSL180º7.55%20.78%-
HSV(B)180º14.04%22.35%-
XYZ3.473.874.44-
YUV54.61129.35124-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.06%
GREEN value IS 57 (22.66% from 255) = 34.97%
BLUE value IS 57 (22.66% from 255) = 34.97%
R=30.06%
G=34.97%
B=34.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4957570.14000.781807.5520.78
Hex313939E004Eb4815
Octal61717116001162641025
Binary110001111001111001111000100111010110100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313939; }

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

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

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

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

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

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

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

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