#313E41

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

Shades of Outer Space #313E41

Tints of Outer Space #313E41

Color information

#313E41 (or 0x313E41) is unknown color: approx Outer Space. HEX triplet: 31, 3E and 41. RGB value is (49,62,65). Sum of RGB (Red+Green+Blue) = 49+62+65=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 65 - color contains mainly: blue. Hex color #313E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313E41 is #CEC1BE. Grayscale: #3A3A3A. Windows color (decimal): -13550015 or 4275761. OLE color: 4275761.

HSL color Cylindrical-coordinate representation of color #313E41: hue angle of 191.25º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #313E41 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB496265-
CMYK0.250.0500.75
HSL191.25º14.04%22.35%-
HSV(B)191.25º24.62%25.49%-
XYZ3.944.485.66-
YUV58.46131.69121.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.84%
GREEN value IS 62 (24.61% from 255) = 35.23%
BLUE value IS 65 (25.78% from 255) = 36.93%
R=27.84%
G=35.23%
B=36.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4962650.250.0500.75191.2514.0422.35
Hex313E4119504Bbfe16
Octal617610131501132771626
Binary1100011111101000001110011010100101110111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,62,65); }

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

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

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

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

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

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

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