#314142

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

Shades of Outer Space #314142

Tints of Outer Space #314142

Color information

#314142 (or 0x314142) is unknown color: approx Outer Space. HEX triplet: 31, 41 and 42. RGB value is (49,65,66). Sum of RGB (Red+Green+Blue) = 49+65+66=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 66 - color contains mainly: blue. Hex color #314142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314142 is #CEBEBD. Grayscale: #3C3C3C. Windows color (decimal): -13549246 or 4342065. OLE color: 4342065.

HSL color Cylindrical-coordinate representation of color #314142: hue angle of 183.53º 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 #314142 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB496566-
CMYK0.260.0200.74
HSL183.53º14.78%22.55%-
HSV(B)183.53º25.76%25.88%-
XYZ4.144.835.87-
YUV60.33131.2119.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.22%
GREEN value IS 65 (25.78% from 255) = 36.11%
BLUE value IS 66 (26.17% from 255) = 36.67%
R=27.22%
G=36.11%
B=36.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4965660.260.0200.74183.5314.7822.55
Hex3141421A204Ab8f17
Octal6110110232201122701727
Binary1100011000001100001011010100100101010111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314142; }

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

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

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

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

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

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

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

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