#313B3B

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

Shades of Outer Space #313B3B

Tints of Outer Space #313B3B

Color information

#313B3B (or 0x313B3B) is unknown color: approx Outer Space. HEX triplet: 31, 3B and 3B. RGB value is (49,59,59). Sum of RGB (Red+Green+Blue) = 49+59+59=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 59 - color contains mainly: green, blue. Hex color #313B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313B3B is #CEC4C4. Grayscale: #373737. Windows color (decimal): -13550789 or 3881777. OLE color: 3881777.

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

Color convert

RGB495959-
CMYK0.17000.77
HSL180º9.26%21.18%-
HSV(B)180º16.95%23.14%-
XYZ3.624.14.74-
YUV56.01129.69123-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.34%
GREEN value IS 59 (23.44% from 255) = 35.33%
BLUE value IS 59 (23.44% from 255) = 35.33%
R=29.34%
G=35.33%
B=35.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4959590.17000.771809.2621.18
Hex313B3B11004Db4915
Octal61737321001152641125
Binary1100011110111110111000100100110110110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313B3B; }

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

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

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

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

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

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

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

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