#313F41

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

Shades of Outer Space #313F41

Tints of Outer Space #313F41

Color information

#313F41 (or 0x313F41) is unknown color: approx Outer Space. HEX triplet: 31, 3F and 41. RGB value is (49,63,65). Sum of RGB (Red+Green+Blue) = 49+63+65=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 65 - color contains mainly: blue. Hex color #313F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313F41 is #CEC0BE. Grayscale: #3B3B3B. Windows color (decimal): -13549759 or 4276017. OLE color: 4276017.

HSL color Cylindrical-coordinate representation of color #313F41: hue angle of 187.5º 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 #313F41 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB496365-
CMYK0.250.0300.75
HSL187.5º14.04%22.35%-
HSV(B)187.5º24.62%25.49%-
XYZ44.595.68-
YUV59.04131.36120.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.68%
GREEN value IS 63 (25% from 255) = 35.59%
BLUE value IS 65 (25.78% from 255) = 36.72%
R=27.68%
G=35.59%
B=36.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4963650.250.0300.75187.514.0422.35
Hex313F4119304Bbce16
Octal617710131301132741626
Binary110001111111100000111001110100101110111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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