#313F42

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

Shades of Outer Space #313F42

Tints of Outer Space #313F42

Color information

#313F42 (or 0x313F42) is unknown color: approx Outer Space. HEX triplet: 31, 3F and 42. RGB value is (49,63,66). Sum of RGB (Red+Green+Blue) = 49+63+66=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 66 - color contains mainly: blue. Hex color #313F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313F42 is #CEC0BD. Grayscale: #3B3B3B. Windows color (decimal): -13549758 or 4341553. OLE color: 4341553.

HSL color Cylindrical-coordinate representation of color #313F42: hue angle of 190.59º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #313F42 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB496366-
CMYK0.260.0500.74
HSL190.59º14.78%22.55%-
HSV(B)190.59º25.76%25.88%-
XYZ4.034.65.83-
YUV59.16131.86120.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.53%
GREEN value IS 63 (25% from 255) = 35.39%
BLUE value IS 66 (26.17% from 255) = 37.08%
R=27.53%
G=35.39%
B=37.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4963660.260.0500.74190.5914.7822.55
Hex313F421A504Abff17
Octal617710232501122771727
Binary1100011111111000010110101010100101010111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,63,66); }

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

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

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

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

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

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

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